git: kernel - Revert "Fix buildworld."
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jul 19 10:25:32 PDT 2014
commit a14160bc65a8e6493cc912bd27de0a8a52d98af7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jul 19 10:23:41 2014 -0700
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 { }.
Summary of changes:
contrib/libpcap/gencode.c | 3 ---
contrib/libpcap/grammar.y | 3 ---
contrib/tcpdump/print-pflog.c | 2 --
sys/net/pf/pf_ruleset.c | 2 +-
sys/net/pf/pfvar.h | 33 +++++++++++++++++++++------------
usr.bin/systat/pftop.c | 2 --
usr.sbin/authpf/authpf.c | 1 -
usr.sbin/ftp-proxy/filter.c | 1 -
usr.sbin/ftp-proxy/ftp-proxy.c | 1 -
usr.sbin/pfctl/parse.y | 1 -
usr.sbin/pfctl/pf_print_state.c | 2 +-
usr.sbin/pfctl/pfctl.c | 2 +-
usr.sbin/pfctl/pfctl_altq.c | 1 -
usr.sbin/pfctl/pfctl_optimize.c | 1 -
usr.sbin/pfctl/pfctl_osfp.c | 1 -
usr.sbin/pfctl/pfctl_qstats.c | 1 -
usr.sbin/pfctl/pfctl_radix.c | 2 +-
usr.sbin/pfctl/pfctl_table.c | 2 +-
18 files changed, 26 insertions(+), 35 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a14160bc65a8e6493cc912bd27de0a8a52d98af7
--
DragonFly BSD source repository
More information about the Commits
mailing list