summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-05-04 13:12:52 +0000
committerglebius <glebius@FreeBSD.org>2005-05-04 13:12:52 +0000
commitcf5c01798e8ed6b622cbf711fba780c5a7b3e507 (patch)
tree0c918a4794bc85bb2e7881fce1d028a0265ececd /sys/netinet/ip_fw2.c
parente6d10efc2a28df376035767e5e60dc1a717178c1 (diff)
downloadFreeBSD-src-cf5c01798e8ed6b622cbf711fba780c5a7b3e507.zip
FreeBSD-src-cf5c01798e8ed6b622cbf711fba780c5a7b3e507.tar.gz
IPFW version 2 is the only option in HEAD and RELENG_5.
Thus, cleanup unnecessary now ifdefs.
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index c079970..f9c48be 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -43,8 +43,6 @@
#endif /* INET */
#endif
-#define IPFW2 1
-#if IPFW2
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/condvar.h>
@@ -3947,5 +3945,3 @@ ipfw_destroy(void)
IPFW_LOCK_DESTROY(&layer3_chain);
printf("IP firewall unloaded\n");
}
-
-#endif /* IPFW2 */
OpenPOWER on IntegriCloud