Re: CONFIG_BSD_PROCESS_ACCT fails to compile (2.2.4)

Kev (klmitch@mit.edu)
Fri, 26 Mar 1999 12:52:20 EST


> -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-f
> rame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2
> -m
> align-functions=2 -DCPU=686 -c -o acct.o acct.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'
>
> Thats kernel 2.2.4 :/

add ", NULL" to those two function invocations, and check the list archive...

-- 
Kevin L. Mitchell <klmitch@mit.edu>
-------------------------  -. .---- --.. ..- -..-  --------------------------
http://web.mit.edu/klmitch/www/               (PGP keys availiable from here)
    RSA AE87D37D/1024:  DE EA 1E 99 3F 2B F9 23  A0 D8 05 E0 6F BA B9 D2
    DSS ED0DB34E/1024: D9BF 0E74 FDCB 43F5 C597  878F 9455 EC24 ED0D B34E
    DH  2A2C31D4/2048: 1A77 4BA5 9E32 14AE 87DA  9FEC 7106 FC62 2A2C 31D4

- 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/