data definition has no type or storage class

Oskar Pearson (oskar@is.co.za)
Mon, 7 Apr 1997 00:50:50 +0200


When I try and make kernel v 2.1.32 I get

make[2]: Entering directory `/usr/src/linux-2.1.32/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.1.32/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DEXPORT_SYMTAB -c ksyms.c
ksyms.c:78: conflicting types for `blkdev_release'
/usr/src/linux-2.1.32/include/linux/fs.h:535: previous declaration of `blkdev_release'
ksyms.c:94: warning: parameter names (without types) in function declaration
ksyms.c:94: warning: data definition has no type or storage class
ksyms.c:96: warning: parameter names (without types) in function declaration
ksyms.c:96: warning: data definition has no type or storage class
ksyms.c:100: warning: parameter names (without types) in function declaration
ksyms.c:100: warning: data definition has no type or storage class
ksyms.c:101: warning: parameter names (without types) in function declaration
ksyms.c:101: warning: data definition has no type or storage class
ksyms.c:102: warning: parameter names (without types) in function declaration
ksyms.c:102: warning: data definition has no type or storage class
ksyms.c:103: warning: parameter names (without types) in function declaration
ksyms.c:103: warning: data definition has no type or storage class
ksyms.c:104: warning: parameter names (without types) in function declaration
ksyms.c:104: warning: data definition has no type or storage class