summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-04-17 09:28:36 +0000
committerrwatson <rwatson@FreeBSD.org>2007-04-17 09:28:36 +0000
commit3d8cf5fc2bcc1e9d741d86e8f893ee14791e5951 (patch)
tree4c787631afa7cbf54433945cc353104be1f31f4b /sys
parent2e34524b6fd133af71857bba5930d83c87db5ef9 (diff)
downloadFreeBSD-src-3d8cf5fc2bcc1e9d741d86e8f893ee14791e5951.zip
FreeBSD-src-3d8cf5fc2bcc1e9d741d86e8f893ee14791e5951.tar.gz
Shorten text string for ip_fw2 dynamic rules zone by removing the word
"zone", which is generally not present in zone names. This reduces the incidence of line-wrapping in "vmstat -z " using 80-column displays. MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index cdf746b..72c343a 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -4891,7 +4891,7 @@ ipfw_init(void)
layer3_chain.rules = NULL;
IPFW_LOCK_INIT(&layer3_chain);
- ipfw_dyn_rule_zone = uma_zcreate("IPFW dynamic rule zone",
+ ipfw_dyn_rule_zone = uma_zcreate("IPFW dynamic rule",
sizeof(ipfw_dyn_rule), NULL, NULL, NULL, NULL,
UMA_ALIGN_PTR, 0);
IPFW_DYN_LOCK_INIT();
OpenPOWER on IntegriCloud