Date: Thu, 17 Aug 1995 04:53:52 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/union union_subr.c union_vnops.c Message-ID: <199508171153.EAA05922@freefall.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
bde 95/08/17 04:53:52 Modified: sys/kern vfs_syscalls.c sys/miscfs/union union_subr.c union_vnops.c Log: The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE() calls. Found by: gcc -Wstrict-prototypes after I supplied some of the 5000+ missing prototypes. Now I have 9000+ lines of warnings and errors about bogus conversions of function pointers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508171153.EAA05922>