patch-1.3.15 linux/drivers/net/de4x5.c
Next file: linux/drivers/net/de600.c
Previous file: linux/drivers/net/atp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 1 10:02:36 1995
- Orig file:
v1.3.14/linux/drivers/net/de4x5.c
- Orig date:
Tue Jul 25 18:21:21 1995
diff -u --recursive --new-file v1.3.14/linux/drivers/net/de4x5.c linux/drivers/net/de4x5.c
@@ -141,7 +141,7 @@
=========================================================================
*/
-static char *version = "de4x5.c:v0.32 6/26/95 davies@wanton.lkg.dec.com\n";
+static const char *version = "de4x5.c:v0.32 6/26/95 davies@wanton.lkg.dec.com\n";
#include <linux/config.h>
#ifdef MODULE
@@ -2163,7 +2163,7 @@
static int EISA_signature(char *name, s32 eisa_id)
{
u_int i;
- char *signatures[] = DE4X5_SIGNATURE;
+ const char *signatures[] = DE4X5_SIGNATURE;
char ManCode[DE4X5_STRLEN];
union {
s32 ID;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this