1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Staticise the fw chain.

This commit is contained in:
Mike Smith 2002-01-08 10:30:55 +00:00
parent b78929a257
commit ba9613cd9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89067

View File

@ -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);