patch-2.1.11 linux/include/linux/ipx.h
Next file: linux/include/linux/major.h
Previous file: linux/include/linux/in.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Nov 18 11:31:32 1996
-  Orig file: 
v2.1.10/linux/include/linux/ipx.h
-  Orig date: 
Mon May 13 23:39:28 1996
diff -u --recursive --new-file v2.1.10/linux/include/linux/ipx.h linux/include/linux/ipx.h
@@ -6,11 +6,11 @@
 
 struct sockaddr_ipx
 {
-	short sipx_family;
-	short sipx_port;
-	unsigned long  sipx_network;
-	unsigned char sipx_node[IPX_NODE_LEN];
-	unsigned char	sipx_type;
+	sa_family_t	 sipx_family;
+	__u16		 sipx_port;
+	__u32		sipx_network;
+	unsigned char 	sipx_node[IPX_NODE_LEN];
+	__u8		sipx_type;
 	unsigned char	sipx_zero;	/* 16 byte fill */
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov