patch-2.1.30 linux/drivers/net/3c509.c
Next file: linux/drivers/net/3c59x.c
Previous file: linux/drivers/char/wdt.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Tue Mar 11 13:24:57 1997
-  Orig file: 
v2.1.29/linux/drivers/net/3c509.c
-  Orig date: 
Sun Feb  2 05:18:35 1997
diff -u --recursive --new-file v2.1.29/linux/drivers/net/3c509.c linux/drivers/net/3c509.c
@@ -53,9 +53,9 @@
 #include <asm/io.h>
 
 #ifdef EL3_DEBUG
-int el3_debug = EL3_DEBUG;
+static int el3_debug = EL3_DEBUG;
 #else
-int el3_debug = 2;
+static int el3_debug = 2;
 #endif
 
 /* To minimize the size of the driver source I only define operating
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov