From owner-freebsd-commit Thu Nov 16 02:58:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA04587 for freebsd-commit-outgoing; Thu, 16 Nov 1995 02:58:58 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA04556 for cvs-all-outgoing; Thu, 16 Nov 1995 02:58:51 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA04525 for cvs-sys-outgoing; Thu, 16 Nov 1995 02:58:46 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA04491 ; Thu, 16 Nov 1995 02:58:39 -0800 Date: Thu, 16 Nov 1995 02:58:39 -0800 From: Bruce Evans Message-Id: <199511161058.CAA04491@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vfsops.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/16 02:58:37 Modified: sys/miscfs/fdesc fdesc_vfsops.c Log: Fixed the type of fdesc_sync(). Trailing args were missing. Fixed the type of fdesc_fhtovp(). The args had little resemblance to the correct ones. Added prototypes.