Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/08/1996 14:50:02
mycroft
Sun Sep  8 07:48:22 PDT 1996
Update of /cvsroot/src/sys/netns
In directory netbsd1:/var/slash-tmp/cvs-serv22593

Modified Files:
	spp_usrreq.c 
Log Message:
Make sure the control mbufs are freed in all cases.
Return ENOPROTOOPT rather than picking pseudo-random error values.
Restructure *_ctloutput() functions to match other protocols.

mycroft
Sun Sep  8 07:49:08 PDT 1996
Update of /cvsroot/src/sys/netns
In directory netbsd1:/var/slash-tmp/cvs-serv22617

Modified Files:
	idp_usrreq.c 
Log Message:
Make sure the control mbufs are freed in all cases.
Return ENOPROTOOPT rather than picking pseudo-random error values.
Restructure *_ctloutput() functions to match other protocols.

mycroft
Sun Sep  8 07:49:42 PDT 1996
Update of /cvsroot/src/sys/netns
In directory netbsd1:/var/slash-tmp/cvs-serv22641

Modified Files:
	ns.c 
Log Message:
Restructure ns_control() like other protocols.