summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-04-14 20:31:05 +0000
committerkmacy <kmacy@FreeBSD.org>2007-04-14 20:31:05 +0000
commit49422ef4c61cd850943fb640bca901fda7c12485 (patch)
treea4c62e4ae24d214b39e503088de83e244720b7ee
parent6ebe8e3a88904586806ee2c51a5ce3fab206b1fb (diff)
downloadFreeBSD-src-49422ef4c61cd850943fb640bca901fda7c12485.zip
FreeBSD-src-49422ef4c61cd850943fb640bca901fda7c12485.tar.gz
hide static declaration
remove extra white space
-rw-r--r--sys/sys/mbuf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 3d8857c..04273982 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -341,9 +341,11 @@ extern uma_zone_t zone_jumbo9;
extern uma_zone_t zone_jumbo16;
extern uma_zone_t zone_ext_refcnt;
+#ifndef MBUF_PACKET_ZONE_DISABLE
+static __inline struct mbuf *m_getcl(int how, short type, int flags);
+#endif
static __inline struct mbuf *m_get(int how, short type);
static __inline struct mbuf *m_gethdr(int how, short type);
-static __inline struct mbuf *m_getcl(int how, short type, int flags);
static __inline struct mbuf *m_getjcl(int how, short type, int flags,
int size);
static __inline struct mbuf *m_getclr(int how, short type); /* XXX */
@@ -451,7 +453,7 @@ m_gethdr(int how, short type)
return ((struct mbuf *)(uma_zalloc_arg(zone_mbuf, &args, how)));
}
-#ifndef MBUF_PACKET_ZONE_DISABLE
+#ifndef MBUF_PACKET_ZONE_DISABLE
static __inline struct mbuf *
m_getcl(int how, short type, int flags)
{
OpenPOWER on IntegriCloud