From owner-freebsd-commit Thu Nov 16 03:35:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08198 for freebsd-commit-outgoing; Thu, 16 Nov 1995 03:35:27 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08184 for cvs-all-outgoing; Thu, 16 Nov 1995 03:35:19 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08171 for cvs-sys-outgoing; Thu, 16 Nov 1995 03:35:15 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA08152 ; Thu, 16 Nov 1995 03:34:56 -0800 Date: Thu, 16 Nov 1995 03:34:56 -0800 From: Bruce Evans Message-Id: <199511161134.DAA08152@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_vfsops.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 03:34:54 Modified: sys/miscfs/procfs procfs_vfsops.c Log: Fixed the type of procfs_sync(). Trailing args were missing. Fixed the type of procfs_fhtovp(). The args had little resemblance to the correct ones. Added prototypes.