From 2b4f430bb76ff01080c29a6b6cec1515f57a9e54 Mon Sep 17 00:00:00 2001 From: msmith Date: Tue, 8 Jan 2002 10:30:55 +0000 Subject: Staticise the fw chain. --- sys/netinet6/ip6_fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet6') 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); -- cgit v1.1