aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-04-20 14:29:59 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-04-20 14:29:59 +0000
commit3a8e3ea5480b817171bf2a8a80f43644c60893f8 (patch)
tree677f6decdb6a954429e5a1798ece4aee3675aea8 /sys/netinet
parent29789c6df97a027fde2e41abfbfb0353c8236c55 (diff)
downloadsrc-3a8e3ea5480b817171bf2a8a80f43644c60893f8.tar.gz
src-3a8e3ea5480b817171bf2a8a80f43644c60893f8.zip
s/IPFIREWALL_MODULE/KLD_MODULE/
Notes
Notes: svn path=/head/; revision=45871
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_fw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index f1cc49923f1e..d88a15945d93 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -12,14 +12,14 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.c,v 1.106 1999/04/17 08:56:38 peter Exp $
+ * $Id: ip_fw.c,v 1.107 1999/04/20 13:32:04 peter Exp $
*/
/*
* Implement IP packet firewall
*/
-#if !defined(IPFIREWALL_MODULE)
+#if !defined(KLD_MODULE)
#include "opt_ipfw.h"
#include "opt_ipdn.h"
#include "opt_ipdivert.h"