Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 09/18/1995 17:20:01
pk
Mon Sep 18 17:19:49 EDT 1995
Update of /a/cvsroot/src/sys/lib/libsa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10725

Modified Files:
	arp.c bootp.c bootparam.c bootparam.h exit.c globals.c 
	iodesc.h net.c net.h netif.c nfs.c nfs.h rarp.c rpc.c rpc.h 
	saerrno.h stand.h 
Log Message:
Another round of clean up, including fixes presented by Matthias Drochner
(PR#1404). Things to be noted:
	- all IP addresses are now `struct in_addr's.
	- the function rarp_getipaddress() no longer return `myip'; in stead
	  it returns -1 on failure (errno set), 0 on success. `myip' is set
	  as a size-effect.