From owner-freebsd-commit Thu Nov 16 03:16:43 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA06494 for freebsd-commit-outgoing; Thu, 16 Nov 1995 03:16:43 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA06474 for cvs-all-outgoing; Thu, 16 Nov 1995 03:16:33 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA06459 for cvs-sys-outgoing; Thu, 16 Nov 1995 03:16:29 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA06440 ; Thu, 16 Nov 1995 03:16:17 -0800 Date: Thu, 16 Nov 1995 03:16:17 -0800 From: Bruce Evans Message-Id: <199511161116.DAA06440@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/kernfs kernfs_vfsops.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 03:16:16 Modified: sys/miscfs/kernfs kernfs_vfsops.c Log: Fixed the type of kernfs_sync(). Trailing args were missing. Fixed the type of kernfs_fhtovp(). The args had little resemblance to the correct ones. Added prototypes.