summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-10-26 18:59:58 +0000
committerglebius <glebius@FreeBSD.org>2013-10-26 18:59:58 +0000
commit4fe4e9732aae39eb92ece56c47f38cbc9e0132bc (patch)
treeb44a1cad01cf385046d46c03587294b00de45610 /contrib/libpcap
parent6c652d2b3759faec74b92a9314d236fe6c6c8c6e (diff)
downloadFreeBSD-src-4fe4e9732aae39eb92ece56c47f38cbc9e0132bc.zip
FreeBSD-src-4fe4e9732aae39eb92ece56c47f38cbc9e0132bc.tar.gz
Start splitting pfvar.h into internal and external parts.
- Provide pf_altq.h that has only stuff needed for ALTQ. - Start pf.h, that would have all constant values and eventually non-kernel structures. - Build ALTQ w/o pfvar.h, include if_var.h, that before came via pollution. - Build tcpdump w/o pfvar.h. Sponsored by: Netflix Sponsored by: Nginx, Inc.
Diffstat (limited to 'contrib/libpcap')
-rw-r--r--contrib/libpcap/grammar.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/grammar.y b/contrib/libpcap/grammar.y
index ac69db9..30755f5 100644
--- a/contrib/libpcap/grammar.y
+++ b/contrib/libpcap/grammar.y
@@ -56,7 +56,7 @@ struct rtentry;
#include "gencode.h"
#ifdef HAVE_NET_PFVAR_H
#include <net/if.h>
-#include <net/pfvar.h>
+#include <net/pf.h>
#include <net/if_pflog.h>
#endif
#include "ieee80211.h"
OpenPOWER on IntegriCloud