patch-1.3.7 linux/include/linux/in.h
Next file: linux/include/linux/interrupt.h
Previous file: linux/include/linux/if_ether.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jul 5 12:53:22 1995
- Orig file:
v1.3.6/linux/include/linux/in.h
- Orig date:
Thu Feb 23 13:32:05 1995
diff -u --recursive --new-file v1.3.6/linux/include/linux/in.h linux/include/linux/in.h
@@ -18,6 +18,7 @@
#ifndef _LINUX_IN_H
#define _LINUX_IN_H
+#include <linux/types.h>
/* Standard well-defined IP protocols. */
enum {
@@ -38,7 +39,7 @@
/* Internet address. */
struct in_addr {
- unsigned long int s_addr;
+ __u32 s_addr;
};
/* Request struct for multicast socket ops */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this