aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-09 06:11:36 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-09 06:11:36 +0000
commit303b270b0a55fd0dc287afb82267317ca7826a7b (patch)
tree82f7f30caed0917853b890f61d2857d27c2e02e3 /sys/netinet/ip_fw.c
parent645c4be38a40ae297fc27d00d66da5599fe60eb6 (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 86b6368c414c..21011c2217f6 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -12,7 +12,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.c,v 1.75 1998/02/06 02:45:54 alex Exp $
+ * $Id: ip_fw.c,v 1.76 1998/02/06 12:13:51 eivind Exp $
*/
/*
@@ -60,7 +60,7 @@ static int fw_verbose_limit = IPFIREWALL_VERBOSE_LIMIT;
static int fw_verbose_limit = 0;
#endif
-LIST_HEAD (ip_fw_head, ip_fw_chain) ip_fw_chain;
+static LIST_HEAD (ip_fw_head, ip_fw_chain) ip_fw_chain;
static MALLOC_DEFINE(M_IPFW, "IpFw/IpAcct", "IpFw/IpAcct chain's");