git: Fix buildworld.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Jun 29 07:58:06 PDT 2014


commit 56e2aaa4d1de560d06f713866ab834747982f839
Author: Sascha Wildner <saw at online.de>
Date:   Sun Jun 29 16:57:33 2014 +0200

    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.

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 +-
 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 +-
 17 files changed, 23 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/56e2aaa4d1de560d06f713866ab834747982f839


-- 
DragonFly BSD source repository



More information about the Commits mailing list