freebsd-skq/sys/netpfil
rrs dc494194a2 This fixes several places where callout_stops return is examined. The
new return codes of -1 were mistakenly being considered "true". Callout_stop
now returns -1 to indicate the callout had either already completed or
was not running and 0 to indicate it could not be stopped.  Also update
the manual page to make it more consistent no non-zero in the callout_stop
or callout_reset descriptions.

MFC after:	1 Month with associated callout change.
2015-11-13 22:51:35 +00:00
..
ipfw Print proper setfib values in ipfw log. 2015-11-08 13:44:21 +00:00
pf This fixes several places where callout_stops return is examined. The 2015-11-13 22:51:35 +00:00