aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorHiren Panchasara <hiren@FreeBSD.org>2015-10-14 00:35:37 +0000
committerHiren Panchasara <hiren@FreeBSD.org>2015-10-14 00:35:37 +0000
commit86a996e6bdb1cf0dbafe40163c6bd175e61c12eb (patch)
treee9407f4691ef839048652676e32597147028fc78 /sys/kern/uipc_mbuf.c
parentfc30b2e333ab69158563b5694d7dd069a57e7ebb (diff)
downloadsrc-86a996e6bdb1cf0dbafe40163c6bd175e61c12eb.tar.gz
src-86a996e6bdb1cf0dbafe40163c6bd175e61c12eb.zip
Notes
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 7f994fef1ef5..de6b313f1b43 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -395,7 +395,7 @@ mb_free_ext(struct mbuf *m)
* Attach the cluster from *m to *n, set up m_ext in *n
* and bump the refcount of the cluster.
*/
-static void
+void
mb_dupcl(struct mbuf *n, const struct mbuf *m)
{