summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw/ip_fw_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ipfw/ip_fw_table.c')
-rw-r--r--sys/netinet/ipfw/ip_fw_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ipfw/ip_fw_table.c b/sys/netinet/ipfw/ip_fw_table.c
index 6a1c8e0..117a205 100644
--- a/sys/netinet/ipfw/ip_fw_table.c
+++ b/sys/netinet/ipfw/ip_fw_table.c
@@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
#include <security/mac/mac_framework.h>
#endif
-MALLOC_DEFINE(M_IPFW_TBL, "ipfw_tbl", "IpFw tables");
+static MALLOC_DEFINE(M_IPFW_TBL, "ipfw_tbl", "IpFw tables");
struct table_entry {
struct radix_node rn[2];
OpenPOWER on IntegriCloud