Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1996 19:30:02
cgd
Mon Oct 14 12:28:10 PDT 1996
Update of /cvsroot/src/usr.sbin/rpc.bootparamd
In directory netbsd1:/var/slash-tmp/cvs-serv9918

Modified Files:
	bootparamd.c 
Log Message:
If gethostbyaddr() fails, use inet_ntoa() to turn the IP address into
a dotted-quad string.  Make this compile with -Wunused and -Wnested-externs.
Kill unnecessary and trivial-to-remove global variables.