Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/03/1996 00:30:02
thorpej
Mon Dec  2 16:22:44 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv3990/kern

Modified Files:
	init_main.c 
Log Message:
Make NFSSERVER work without NFSCLIENT.  This is achieved by splitting
the client and server/shared data initialization into separate functions,
and calling the server/shared initialization directly from main().
Problem noted in PR #1308 (Kenneth Stailey) and PR #1780 (Chris Demetriou).
Fix suggested in PR #1780 by Chris Demetriou, and munged a bit by me,
and OK'd by Frank van der Linden <fvdl@netbsd.org>.


thorpej
Mon Dec  2 16:22:51 PST 1996
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv3990/nfs

Modified Files:
	nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfsmount.h 
Log Message:
Make NFSSERVER work without NFSCLIENT.  This is achieved by splitting
the client and server/shared data initialization into separate functions,
and calling the server/shared initialization directly from main().
Problem noted in PR #1308 (Kenneth Stailey) and PR #1780 (Chris Demetriou).
Fix suggested in PR #1780 by Chris Demetriou, and munged a bit by me,
and OK'd by Frank van der Linden <fvdl@netbsd.org>.


thorpej
Mon Dec  2 16:28:33 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv4868

Modified Files:
	syscalls.master 
Log Message:
Include sys_getfh() if NFSSERVER || NFSCLIENT.