summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2016-10-28 05:46:15 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2016-10-28 05:46:15 +0000
commit1b87e303329de4689e89673013329a46d50ee901 (patch)
tree29afcce6dd5964e74575ccc2e4f2740423e7b208 /usr.bin/netstat
parentd8596c2a60636686019a2079724c58e8d7e9f7d6 (diff)
there's a new mbuf cluster pool.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/mbuf.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index 7f2b76e5f76..1c75b40edbc 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.c,v 1.37 2016/04/04 16:26:00 sthen Exp $ */
+/* $OpenBSD: mbuf.c,v 1.38 2016/10/28 05:46:14 dlg Exp $ */
/* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */
/*
@@ -52,7 +52,14 @@ struct mbstat mbstat;
struct kinfo_pool mbpool, mclpools[MCLPOOLS];
int mclp;
char *mclnames[] = {
- "mcl2k", "mcl4k", "mcl8k", "mcl9k", "mcl12k", "mcl16k", "mcl64k"
+ "mcl2k",
+ "mcl2k2",
+ "mcl4k",
+ "mcl8k",
+ "mcl9k",
+ "mcl12k",
+ "mcl16k",
+ "mcl64k"
};
char **mclnamep = mclnames;