Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 02/20/1995 03:10:06
mycroft
Mon Feb 20 03:04:22 PST 1995
Update of /b/source/CVS/src/sys/lib/libsa
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/lib/libsa

Modified Files:
	arp.c bootp.c ether.c net.c net.h nfs.c rarp.c rpc.c rpc.h 
Log Message:
Various:
* Fix some misused types.
* Encapsulate the protocols better.
* Rearrange the RPC stuff to work more like the kernel.  (Needs more work.)
* Remove a bunch of extra hair when reading a file over NFS.
* Use RPCAUTH_UNIX when talking to the NFS server.