freebsd-dev/sys/netpfil
Bjoern A. Zeeb db68f7839f Try to fix gcc compilation errors (which are right).
nat64_getlasthdr() returns an int, which can be -1 in case of error,
storing the result in an uint8_t and then comparing to < 0 is not
helpful.  Do what is done in the rest of the code and make proto an
int here as well.
2016-08-18 10:26:15 +00:00
..
ipfw Try to fix gcc compilation errors (which are right). 2016-08-18 10:26:15 +00:00
pf pf: Add missing byte-order swap to pf_match_addr_range 2016-08-15 12:13:14 +00:00