summaryrefslogtreecommitdiffstats
path: root/sys/net/pfil.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-07-31 23:35:08 +0000
committerache <ache@FreeBSD.org>2000-07-31 23:35:08 +0000
commit739d46b2ab908ad69030d422412235327e3e0b2e (patch)
tree99aea2d2c31fa18fd092961b6244e8f113b9aea2 /sys/net/pfil.h
parent2056f8f13d35cf95008302a7106bd4d736494913 (diff)
downloadFreeBSD-src-739d46b2ab908ad69030d422412235327e3e0b2e.zip
FreeBSD-src-739d46b2ab908ad69030d422412235327e3e0b2e.tar.gz
Nonexistent "ipfilter.h" -> "opt_ipfilter.h"
Kernel 'make depend' fails otherwise
Diffstat (limited to 'sys/net/pfil.h')
-rw-r--r--sys/net/pfil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfil.h b/sys/net/pfil.h
index 7831328..fe040e3 100644
--- a/sys/net/pfil.h
+++ b/sys/net/pfil.h
@@ -68,7 +68,7 @@ int pfil_remove_hook __P((int (*func) __P((void *, int,
/* XXX */
#if defined(_KERNEL) && !defined(_LKM)
-#include "ipfilter.h"
+#include "opt_ipfilter.h"
#endif
#if NIPFILTER > 0
OpenPOWER on IntegriCloud