patch-2.4.4 linux/drivers/net/3c505.c
Next file: linux/drivers/net/3c507.c
Previous file: linux/drivers/net/3c503.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu Apr 19 09:34:52 2001
- Orig file:
v2.4.3/linux/drivers/net/3c505.c
- Orig date:
Tue Mar 20 12:05:00 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/net/3c505.c linux/drivers/net/3c505.c
@@ -119,13 +119,13 @@
*
*********************************************************/
-static const char *filename = __FILE__;
+static const char filename[] = __FILE__;
-static const char *timeout_msg = "*** timeout at %s:%s (line %d) ***\n";
+static const char timeout_msg[] = "*** timeout at %s:%s (line %d) ***\n";
#define TIMEOUT_MSG(lineno) \
printk(timeout_msg, filename,__FUNCTION__,(lineno))
-static const char *invalid_pcb_msg =
+static const char invalid_pcb_msg[] =
"*** invalid pcb length %d at %s:%s (line %d) ***\n";
#define INVALID_PCB_MSG(len) \
printk(invalid_pcb_msg, (len),filename,__FUNCTION__,__LINE__)
@@ -149,7 +149,7 @@
#ifdef ELP_DEBUG
static const int elp_debug = ELP_DEBUG;
#else
-static const int elp_debug = 0;
+static const int elp_debug;
#endif
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)