Fix buildworld.
authorSascha Wildner <saw@online.de>
Sun, 29 Jun 2014 14:57:33 +0000 (16:57 +0200)
committerSascha Wildner <saw@online.de>
Sun, 29 Jun 2014 14:57:53 +0000 (16:57 +0200)
commit56e2aaa4d1de560d06f713866ab834747982f839
tree79d677ef7ddd6c31c7e7dfbe7a278445dc85702c
parent1b9f04afb3e401a06af9b3160ab77baac68c0441
Fix buildworld.

Due to adding a struct lock to struct pf_state in one of the recent
pf(4) commits, we have to define _KERNEL_STRUCTURES in everything
which includes pfvar.h.
17 files changed:
contrib/libpcap/gencode.c
contrib/libpcap/grammar.y
contrib/tcpdump/print-pflog.c
sys/net/pf/pf_ruleset.c
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