Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/23/1996 12:10:06
mycroft
Thu May 23 12:03:47 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23828

Modified Files:
	uipc_usrreq.c 
Log Message:
Separate some code into separate functions.
Make unp_addr be a pointer to the sockaddr, not to the mbuf, as with raw
sockets.
Other minor cleanup.


mycroft
Thu May 23 12:04:25 EDT 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23862

Modified Files:
	unpcb.h 
Log Message:
Make unp_addr be a pointer to the sockaddr, not to the mbuf, as with raw
sockets.