summaryrefslogtreecommitdiffstats
path: root/sys/net/pfil.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/pfil.h')
-rw-r--r--sys/net/pfil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfil.h b/sys/net/pfil.h
index fe040e3..80afe1ed 100644
--- a/sys/net/pfil.h
+++ b/sys/net/pfil.h
@@ -71,11 +71,11 @@ int pfil_remove_hook __P((int (*func) __P((void *, int,
#include "opt_ipfilter.h"
#endif
-#if NIPFILTER > 0
+#if IPFILTER > 0
#ifdef PFIL_HOOKS
#undef PFIL_HOOKS
#endif
#define PFIL_HOOKS
-#endif /* NIPFILTER */
+#endif /* IPFILTER */
#endif /* _NET_PFIL_H_ */
OpenPOWER on IntegriCloud