patch-2.1.82 linux/net/wanrouter/wanmain.c
Next file: linux/net/wanrouter/wanproc.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Sun Jan 25 10:05:47 1998
-  Orig file: 
v2.1.81/linux/net/wanrouter/wanmain.c
-  Orig date: 
Mon Jan 12 14:46:27 1998
diff -u --recursive --new-file v2.1.81/linux/net/wanrouter/wanmain.c linux/net/wanrouter/wanmain.c
@@ -80,8 +80,10 @@
  *	Global Data
  */
 
+#ifdef MODULE
 static char fullname[]		= "WAN Router";
 static char copyright[]		= "(c) 1995-1997 Sangoma Technologies Inc.";
+#endif
 static char modname[]		= ROUTER_NAME;	/* short module name */
 wan_device_t * router_devlist	= NULL;	/* list of registered devices */
 static int devcnt		= 0;
@@ -91,7 +93,9 @@
  */
  
 static unsigned char oui_ether[] = { 0x00, 0x00, 0x00 };
+#if 0
 static unsigned char oui_802_2[] = { 0x00, 0x80, 0xC2 };
+#endif
 
 #ifdef MODULE
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov