2.1.16, compilation error in wic.c

Keith Owens (kaos@ocs.com.au)
Sun, 22 Dec 1996 15:25:04 +1100


Trying to compile a kernel with every legal option turned on.
Compilation
errors in wic.c.

gcc -D__KERNEL__ -I/usr/src/linux-2.1.16/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
-DMODULE -DMODVERSIONS -include /usr/src/linux-2.1.16/include/linux/modv
ersions.h -c -o wic.o wic.c
wic.c: In function `wic_init':
wic.c:245: warning: assignment from incompatible pointer type
wic.c:246: warning: assignment from incompatible pointer type
wic.c: In function `wic_bh_timeout_error':
wic.c:426: structure has no member named `free'
wic.c:432: structure has no member named `free'
wic.c: In function `wic_close':
wic.c:1053: structure has no member named `free'
wic.c:1059: structure has no member named `free'
make[2]: *** [wic.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.1.16/drivers/net'
make[1]: *** [modules] Error 2