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: 04/15/1996 14:30:04
cgd
Mon Apr 15 14:27:09 EDT 1996
Update of /a/cvsroot/src/sbin/route
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26368

Modified Files:
	route.c 
Log Message:
check returns of inet_addr() and inet_network() against INADDR_NONE,
not -1, per the manual page.  on 64-bit systems like the alpha, -1 will
never equal (unsigned long)INADDR_NONE.