thorpej:
authorkstailey <kstailey@openbsd.org>
Sat, 19 Apr 1997 19:08:29 +0000 (19:08 +0000)
committerkstailey <kstailey@openbsd.org>
Sat, 19 Apr 1997 19:08:29 +0000 (19:08 +0000)
commit04163c6a0f9b843b34ad9bd2a22a8360a116f81e
treeca3a904dcd6d09a0599798b8b3e1f4570d1582d5
parentd0946dafc777011c55613cc5e79ae205b60ce62a
thorpej:
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.
sbin/ipf/parse.c