From 1dcfe4a494542fa0fbcbea2ab0bb74b602d2ee23 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 25 Jan 2008 14:38:27 +0000 Subject: Hide ipfw internal data structures behind IPFW_INTERNAL rather than exposing them to all consumers of ip_fw.h. These structures are used in both ipfw(8) and ipfw(4), but not part of the user<->kernel interface for other applications to use, rather, shared implementation. MFC after: 3 days Reported by: Paul Vixie --- sbin/ipfw/ipfw2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin') diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index 11c78bf..f5b3ae9 100644 --- a/sbin/ipfw/ipfw2.c +++ b/sbin/ipfw/ipfw2.c @@ -47,6 +47,8 @@ #include #include +#define IPFW_INTERNAL /* Access to protected structures in ip_fw.h. */ + #include #include #include -- cgit v1.1