Index: sys/contrib/pf/net/pf.c =================================================================== RCS file: /home/ncvs/src/sys/contrib/pf/net/pf.c,v retrieving revision 1.40 diff -u -p -r1.40 pf.c --- sys/contrib/pf/net/pf.c 25 Dec 2005 23:52:00 -0000 1.40 +++ sys/contrib/pf/net/pf.c 18 May 2006 14:54:03 -0000 @@ -664,6 +664,7 @@ pf_find_state_recurse(struct pfi_kif *ki return (NULL); default: panic("pf_find_state_recurse"); + return (NULL); } } @@ -702,6 +703,7 @@ pf_find_state_all(struct pf_state *key, return (ss); default: panic("pf_find_state_all"); + return (NULL); } }