patch-2.1.31 linux/drivers/net/pcnet32.c
Next file: linux/drivers/net/pi2.c
Previous file: linux/drivers/net/ltpc.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Mar 31 10:26:12 1997
- Orig file:
v2.1.30/linux/drivers/net/pcnet32.c
- Orig date:
Thu Mar 27 14:40:04 1997
diff -u --recursive --new-file v2.1.30/linux/drivers/net/pcnet32.c linux/drivers/net/pcnet32.c
@@ -37,9 +37,9 @@
static unsigned int pcnet32_portlist[] = {0x300, 0x320, 0x340, 0x360, 0};
#ifdef PCNET32_DEBUG
-int pcnet32_debug = PCNET32_DEBUG;
+static int pcnet32_debug = PCNET32_DEBUG;
#else
-int pcnet32_debug = 1;
+static int pcnet32_debug = 1;
#endif
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov