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: 03/14/1996 13:50:04
christos
Thu Mar 14 13:44:43 EST 1996
Update of /a/cvsroot/src/sys/netns
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26209

Modified Files:
	ns_cksum.c ns_var.h 
Log Message:
ns_cksum.c: Bring prototype into scope.
ns_var.c: Add forward declaration for struct sockaddr;


christos
Thu Mar 14 13:47:55 EST 1996
Update of /a/cvsroot/src/sys/netccitt
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26255

Modified Files:
	pk_extern.h pk_llcsubr.c 
Log Message:
Make cons_rtrequest return void because the only place it is used
is through the ifa_rtrequest method. Unfortunately the net code
does not seem to care if that operation succeeds or fails. Maybe
it should...