From owner-freebsd-commit Thu Nov 16 03:24:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA07242 for freebsd-commit-outgoing; Thu, 16 Nov 1995 03:24:30 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA07230 for cvs-all-outgoing; Thu, 16 Nov 1995 03:24:26 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA07216 for cvs-sys-outgoing; Thu, 16 Nov 1995 03:24:23 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA07207 ; Thu, 16 Nov 1995 03:24:10 -0800 Date: Thu, 16 Nov 1995 03:24:10 -0800 From: Bruce Evans Message-Id: <199511161124.DAA07207@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/portal portal_vfsops.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 03:24:09 Modified: sys/miscfs/portal portal_vfsops.c Log: Fixed the type of portal_sync(). Trailing args were missing. Fixed the type of portal_fhtovp(). The args had little resemblance to the correct ones. Added prototypes.