Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/19/1997 06:30:01
thorpej
Fri Apr 18 23:25:11 PDT 1997
Update of /cvsroot/src/usr.sbin/ipf/ipf
In directory netbsd1:/var/slash-tmp/cvs-serv14112

Modified Files:
	parse.c 
Log Message:
icmpcode() returns an int, and, more importantly, -1 on failure.  So,
make this work on systems with unsigned chars by placing the return
value of icmpcode() in a temporary variable, checking for failure, and
then only setting fil.fr_icode (a char) upon success.


thorpej
Fri Apr 18 23:27:04 PDT 1997
Update of /cvsroot/src/usr.sbin/ipf/ipftest
In directory netbsd1:/var/slash-tmp/cvs-serv14157

Modified Files:
	ipt.c 
Log Message:
getopt() returns an int, not a char.


thorpej
Fri Apr 18 23:28:34 PDT 1997
Update of /cvsroot/src/usr.sbin/ipf/ipsend
In directory netbsd1:/var/slash-tmp/cvs-serv14202

Modified Files:
	ipsend.c 
Log Message:
getopt() returns an int, not a char.


thorpej
Fri Apr 18 23:29:52 PDT 1997
Update of /cvsroot/src/usr.sbin/ipf/iptest
In directory netbsd1:/var/slash-tmp/cvs-serv14238

Modified Files:
	iptest.c 
Log Message:
getopt() returns an int, not a char.