From owner-cvs-sys Wed Sep 6 16:16:01 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id QAA27228 for cvs-sys-outgoing; Wed, 6 Sep 1995 16:16:01 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id QAA27218 ; Wed, 6 Sep 1995 16:15:57 -0700 Date: Wed, 6 Sep 1995 16:15:57 -0700 From: Julian Elischer Message-Id: <199509062315.QAA27218@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c devfsdefs.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/06 16:15:56 Modified: sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c devfsdefs.h Log: Suggested by: :) bde of course added prototypes for every function and put (void *) as the args to the vop array definitions. can now compile with: CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \ -Winline -Wstrict-prototypes and only get errors for files external to this module: namely ./vnode_if.h ../../sys/vnode.h ../../sys/buf.h ../../miscfs/specfs/specdev.h