summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mbuf.c
diff options
context:
space:
mode:
authorbmilekic <bmilekic@FreeBSD.org>2001-12-22 20:09:08 +0000
committerbmilekic <bmilekic@FreeBSD.org>2001-12-22 20:09:08 +0000
commit54e5874ed29319b57b683d61f075b3e6ed0e09cc (patch)
tree927e47a4585f35663d78e3519e78977aabb267be /sys/kern/subr_mbuf.c
parent4c7abcd3372368396a11a120c259afdb0fe2b015 (diff)
downloadFreeBSD-src-54e5874ed29319b57b683d61f075b3e6ed0e09cc.zip
FreeBSD-src-54e5874ed29319b57b683d61f075b3e6ed0e09cc.tar.gz
Move prototype of _mext_free to mbuf.h, where it belongs, because it is
used in MEXTFREE and needs to be in scope for external MEXTFREE users. Pointed out by: Chad David <davidc@acns.ab.ca> Confirmed by: bde
Diffstat (limited to 'sys/kern/subr_mbuf.c')
-rw-r--r--sys/kern/subr_mbuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c
index 7c4ab83..963049a 100644
--- a/sys/kern/subr_mbuf.c
+++ b/sys/kern/subr_mbuf.c
@@ -933,7 +933,6 @@ mb_reclaim(void)
* Local mbuf & cluster alloc macros and routines.
* Local macro and function names begin with an underscore ("_").
*/
-void _mext_free(struct mbuf *);
void _mclfree(struct mbuf *);
#define _m_get(m, how, type) do { \
OpenPOWER on IntegriCloud