From owner-cvs-sys Thu Aug 17 04:53:58 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA05932 for cvs-sys-outgoing; Thu, 17 Aug 1995 04:53:58 -0700 Received: (from bde@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA05922 ; Thu, 17 Aug 1995 04:53:52 -0700 Date: Thu, 17 Aug 1995 04:53:52 -0700 From: Bruce Evans Message-Id: <199508171153.EAA05922@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/union union_subr.c union_vnops.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk 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.