From owner-cvs-sys Thu Nov 16 03:16:29 1995 Return-Path: owner-cvs-sys 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-cvs-sys@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.