2.2.4 compile error

Jiann-Ming Su (js1@microwave.ph.msstate.edu)
Tue, 23 Mar 1999 22:52:28 -0600 (EST)


[root@zeus linux]# uname -a
Linux zeus 2.2.3 #5 SMP Mon Mar 8 23:35:02 EST 1999 i686 unknown
[root@zeus linux]# gcc --version
2.7.2.3

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DEXPORT_SYMTAB -c signal.c
acct.c: In function `sys_acct':
acct.c:197: too few arguments to function `filp_close'
acct.c:203: too few arguments to function `filp_close'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DEXPORT_SYMTAB -c ksyms.c
make[2]: *** [acct.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2/kernel'
make: *** [_dir_kernel] Error 2

Jiann-Ming Su "People seldom do what they believe in. They do
js1@microwave.ph.msstate.edu what is convenient, then repent." --Bob Dylan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/