summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_fw.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-08 10:30:55 +0000
committermsmith <msmith@FreeBSD.org>2002-01-08 10:30:55 +0000
commit2b4f430bb76ff01080c29a6b6cec1515f57a9e54 (patch)
tree988c4fdc9d8b85decdde310712877316b7f22a56 /sys/netinet6/ip6_fw.c
parent19aab9d4102361fd7d48b323e0dac2d1bceacd7a (diff)
downloadFreeBSD-src-2b4f430bb76ff01080c29a6b6cec1515f57a9e54.zip
FreeBSD-src-2b4f430bb76ff01080c29a6b6cec1515f57a9e54.tar.gz
Staticise the fw chain.
Diffstat (limited to 'sys/netinet6/ip6_fw.c')
-rw-r--r--sys/netinet6/ip6_fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_fw.c b/sys/netinet6/ip6_fw.c
index 153c786..a861e65 100644
--- a/sys/netinet6/ip6_fw.c
+++ b/sys/netinet6/ip6_fw.c
@@ -82,7 +82,7 @@ static int fw6_verbose_limit = IPV6FIREWALL_VERBOSE_LIMIT;
static int fw6_verbose_limit = 0;
#endif
-LIST_HEAD (ip6_fw_head, ip6_fw_chain) ip6_fw_chain;
+static LIST_HEAD (ip6_fw_head, ip6_fw_chain) ip6_fw_chain;
#ifdef SYSCTL_NODE
SYSCTL_DECL(_net_inet6_ip6);
OpenPOWER on IntegriCloud