summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-02-15 22:32:06 +0000
committerjlemon <jlemon@FreeBSD.org>2001-02-15 22:32:06 +0000
commitd8f8e6f36868d18e0a99ce901a1a9ac454322da8 (patch)
treefdb6ef6e4c2cf024d669e1ec42ccbdfe6324f9d6 /sys/netinet/ip_fw.c
parentba2c37c2e3379a6cc74bada679320b730244fd21 (diff)
downloadFreeBSD-src-d8f8e6f36868d18e0a99ce901a1a9ac454322da8.zip
FreeBSD-src-d8f8e6f36868d18e0a99ce901a1a9ac454322da8.tar.gz
Clean up warning.
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 8a53b1f..a17e0ad 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -95,7 +95,6 @@ LIST_HEAD (ip_fw_head, ip_fw_chain) ip_fw_chain_head;
MALLOC_DEFINE(M_IPFW, "IpFw/IpAcct", "IpFw/IpAcct chain's");
#ifdef SYSCTL_NODE
-SYSCTL_DECL(_net_inet_ip);
SYSCTL_NODE(_net_inet_ip, OID_AUTO, fw, CTLFLAG_RW, 0, "Firewall");
SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, CTLFLAG_RW,
&fw_enable, 0, "Enable ipfw");
OpenPOWER on IntegriCloud