patch-2.1.15 linux/include/net/ipx.h

Next file: linux/include/net/llc.h
Previous file: linux/include/net/ipv6_route.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/include/net/ipx.h linux/include/net/ipx.h
@@ -43,9 +43,6 @@
 	ipx_address	ipx_source __attribute__ ((packed));
 } ipx_packet;
 
-
-typedef struct sock ipx_socket;
-
 #include <net/ipxcall.h>
 extern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt);
 extern void ipxrtr_device_down(struct device *dev);
@@ -62,7 +59,7 @@
 
 	/* socket support */
 	unsigned short	if_sknum;
-	ipx_socket	*if_sklist;
+	struct sock	*if_sklist;
 
 	/* administrative overhead */
 	int		if_ipx_offset;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov