summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 80afe1ed..ba1d040 100644
--- a/sys/net/pfil.h
+++ b/sys/net/pfil.h
@@ -67,7 +67,7 @@ int pfil_remove_hook __P((int (*func) __P((void *, int,
struct ifnet *, int, struct mbuf **)), int, struct pfil_head *));
/* XXX */
-#if defined(_KERNEL) && !defined(_LKM)
+#if defined(_KERNEL) && !defined(KLD_MODULE)
#include "opt_ipfilter.h"
#endif
OpenPOWER on IntegriCloud