summaryrefslogtreecommitdiffstats
path: root/sys/net/pfil.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-08-01 00:40:32 +0000
committerache <ache@FreeBSD.org>2000-08-01 00:40:32 +0000
commit8d0d1ec4f66cbae68dcf3c00a7377687542e8253 (patch)
tree858e98bb4fd703e914d6c61e3c3f3d52c390b212 /sys/net/pfil.h
parent1b638496dc9523f3ac722039994b004d6c3cd366 (diff)
downloadFreeBSD-src-8d0d1ec4f66cbae68dcf3c00a7377687542e8253.zip
FreeBSD-src-8d0d1ec4f66cbae68dcf3c00a7377687542e8253.tar.gz
Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)
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 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