]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/isapnptools-1.26-gcc-4.patch
Das IPSec-Modul laesst sich nun laden.
[people/pmueller/ipfire-2.x.git] / src / patches / isapnptools-1.26-gcc-4.patch
CommitLineData
a10ae6cc
MT
1--- src/isapnp_main.l~ 2007-01-05 00:56:44.000000000 +0000
2+++ src/isapnp_main.l 2007-01-05 01:00:18.000000000 +0000
3@@ -363,7 +363,7 @@
4 return 0;
5 }
6
7-static unsigned char serial_identifier[NUM_CARDS+1][IDENT_LEN];
8+unsigned char serial_identifier[NUM_CARDS+1][IDENT_LEN];
9 static char *boardid[NUM_CARDS+1];
10 static unsigned long serno[NUM_CARDS+1];
11