From owner-freebsd-commit Mon Nov 13 21:17:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA26100 for freebsd-commit-outgoing; Mon, 13 Nov 1995 21:17:01 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA26082 for cvs-all-outgoing; Mon, 13 Nov 1995 21:16:55 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA26067 for cvs-sys-outgoing; Mon, 13 Nov 1995 21:16:51 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA26050 ; Mon, 13 Nov 1995 21:16:39 -0800 Date: Mon, 13 Nov 1995 21:16:39 -0800 From: Bruce Evans Message-Id: <199511140516.VAA26050@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/nfs nfs_syscalls.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/11/13 21:16:38 Modified: sys/nfs nfs_syscalls.c Log: Included to get central declarations for syscall args structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that.