From owner-freebsd-commit Sun Dec 3 02:04:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA10687 for freebsd-commit-outgoing; Sun, 3 Dec 1995 02:04:08 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA10661 for cvs-all-outgoing; Sun, 3 Dec 1995 02:03:59 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA10650 for cvs-sys-outgoing; Sun, 3 Dec 1995 02:03:51 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA10626 ; Sun, 3 Dec 1995 02:03:30 -0800 Date: Sun, 3 Dec 1995 02:03:30 -0800 From: Bruce Evans Message-Id: <199512031003.CAA10626@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/nfs nfs.h nfs_bio.c nfs_socket.c nfs_syscalls.c nfs_vfsops.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/03 02:03:26 Modified: sys/nfs nfs.h nfs_bio.c nfs_socket.c nfs_syscalls.c nfs_vfsops.c Log: Completed function declarations and/or added prototypes and/or moved prototypes to the right place. Revision Changes Path 1.15 +55 -1 src/sys/nfs/nfs.h 1.19 +4 -2 src/sys/nfs/nfs_bio.c 1.12 +1 -73 src/sys/nfs/nfs_socket.c 1.11 +1 -4 src/sys/nfs/nfs_syscalls.c 1.22 +10 -6 src/sys/nfs/nfs_vfsops.c