Re: modutils snapshot 970104

Michael Stiller (michael@toyland.ping.de)
Tue, 07 Jan 1997 19:42:38 +0100


>
> -- Compilation without CONFIG_MODVERIONS is fixed. You'll
> want to make mrproper before rebuilding.
>
> -- SCSI modules should work again.
>
> -- Thanks to Jacques Gelinas, insmod works on 2.0.x again.
>
> -- An idea by Olaf Titz to solve the kerneld races recently
> discussed is in.
>
> -- The stupid makefile bits in genksyms are fixed.
>
> Go and find it at
Found it, got it, compiled it. Barf!

make[1]: Entering directory `/var/tmp/modutils-970104/util'
gcc -O2 -Wall -I../include -D_GNU_SOURCE -c -o sys_qm.o sys_qm.c
sys_qm.c: In function `query_module':
sys_qm.c:37: `__NR_query_module' undeclared (first use this function)
sys_qm.c:37: (Each undeclared identifier is reported only once
sys_qm.c:37: for each function it appears in.)
sys_qm.c:37: warning: `__res' might be used uninitialized in this function
make[1]: *** [sys_qm.o] Error 1
make[1]: Leaving directory `/var/tmp/modutils-970104/util'
make: *** [all] Error 2

No clue.
Used: gcc version 2.7.2
libc.so.5.4.17
linux-2.0.27 in /usr/src/linux

-Michael