CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/01 15:18:02
Modified files:
sys/net : pf.c pfvar.h
Log message:
pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule()
these days, so:
-move the prototypes from pfvar.h to pf.c
-remove the now useless null point checks for *match, it is always provided
ok ryan
