kernel - Revert "Fix buildworld."
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 19 Jul 2014 17:23:41 +0000 (10:23 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 19 Jul 2014 17:25:10 +0000 (10:25 -0700)
commita14160bc65a8e6493cc912bd27de0a8a52d98af7
tree8dd25edb86a6d76fede353586822ce4adfbe1f2d
parent0545a06119c93c7657e58b16a7372c6671014633
kernel - Revert "Fix buildworld."

* Fix PF in a different way, by conditionalizing the inclusion of
  struct pf_state instead of conditionalizing all the use cases for
  pfvar.h.

* This reverts commit 56e2aaa4d1de560d06f713866ab834747982f839.

* Reorders pfvar.h a bit and conditionalizes struct pf_state { }.
18 files changed:
contrib/libpcap/gencode.c
contrib/libpcap/grammar.y
contrib/tcpdump/print-pflog.c
sys/net/pf/pf_ruleset.c
sys/net/pf/pfvar.h
usr.bin/systat/pftop.c
usr.sbin/authpf/authpf.c
usr.sbin/ftp-proxy/filter.c
usr.sbin/ftp-proxy/ftp-proxy.c
usr.sbin/pfctl/parse.y
usr.sbin/pfctl/pf_print_state.c
usr.sbin/pfctl/pfctl.c
usr.sbin/pfctl/pfctl_altq.c
usr.sbin/pfctl/pfctl_optimize.c
usr.sbin/pfctl/pfctl_osfp.c
usr.sbin/pfctl/pfctl_qstats.c
usr.sbin/pfctl/pfctl_radix.c
usr.sbin/pfctl/pfctl_table.c