You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/isapnptools/files/isapnptools-1.27-fno-common...

23 lines
578 B

--- a/src/isapnp_main.c
+++ b/src/isapnp_main.c
@@ -1153,7 +1153,7 @@
return 0;
}
-unsigned char serial_identifier[NUM_CARDS+1][IDENT_LEN];
+extern unsigned char serial_identifier[NUM_CARDS+1][IDENT_LEN];
static char *boardid[NUM_CARDS+1];
static unsigned long serno[NUM_CARDS+1];
--- a/src/isapnp_main.l
+++ b/src/isapnp_main.l
@@ -363,7 +363,7 @@
return 0;
}
-unsigned char serial_identifier[NUM_CARDS+1][IDENT_LEN];
+extern unsigned char serial_identifier[NUM_CARDS+1][IDENT_LEN];
static char *boardid[NUM_CARDS+1];
static unsigned long serno[NUM_CARDS+1];