summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:02:37 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:02:37 +0000
commit13100c369956589d442ba72544d31d978324ee6a (patch)
treee482f2a3b11d8b31aaf943a15d6e90aa0b298dd1 /sys/kern/uipc_mbuf.c
parent85471cb3ce014b07a43d213e5bf1e14542223cfd (diff)
downloadFreeBSD-src-13100c369956589d442ba72544d31d978324ee6a.zip
FreeBSD-src-13100c369956589d442ba72544d31d978324ee6a.tar.gz
Make a bunch of malloc types static.
Found by: src/tools/tools/kernxref
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index 0e8bb1c..2f28462 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -88,7 +88,7 @@ SYSCTL_INT(_kern_ipc, OID_AUTO, m_defragrandomfailures, CTLFLAG_RW,
/*
* Malloc-type for external ext_buf ref counts.
*/
-MALLOC_DEFINE(M_MBUF, "mbextcnt", "mbuf external ref counts");
+static MALLOC_DEFINE(M_MBUF, "mbextcnt", "mbuf external ref counts");
/*
* Allocate a given length worth of mbufs and/or clusters (whatever fits
OpenPOWER on IntegriCloud