patch-2.1.63 linux/drivers/net/dgrs.c
Next file: linux/drivers/net/ne.c
Previous file: linux/drivers/net/3c507.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Sun Nov  9 10:13:48 1997
-  Orig file: 
v2.1.62/linux/drivers/net/dgrs.c
-  Orig date: 
Thu May 29 21:53:07 1997
diff -u --recursive --new-file v2.1.62/linux/drivers/net/dgrs.c linux/drivers/net/dgrs.c
@@ -176,7 +176,7 @@
 int	dgrs_hashexpire = -1;
 uchar	dgrs_ipaddr[4] = { 0xff, 0xff, 0xff, 0xff};
 uchar	dgrs_iptrap[4] = { 0xff, 0xff, 0xff, 0xff};
-long	dgrs_ipxnet = -1;
+__u32	dgrs_ipxnet = -1;
 int	dgrs_nicmode = 0;
 
 /*
@@ -1507,7 +1507,7 @@
 static int	spantree = -1;
 static int	ipaddr[4] = { -1 };
 static int	iptrap[4] = { -1 };
-static long	ipxnet = -1;
+static __u32	ipxnet = -1;
 static int	nicmode = -1;
 
 MODULE_PARM(debug, "i");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov