summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
committertrasz <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
commit3e540217974c33a858d099e8b23a14382c6aaffa (patch)
treede43d78eb0805cba0509674d2c9289233e7bb139 /sys/kern/uipc_mbuf.c
parent935237a66a797429103b05be92d72e3bada85e69 (diff)
downloadFreeBSD-src-3e540217974c33a858d099e8b23a14382c6aaffa.zip
FreeBSD-src-3e540217974c33a858d099e8b23a14382c6aaffa.tar.gz
Revert r210225 - turns out I was wrong; the "/*-" is not license-only
thing; it's also used to indicate that the comment should not be automatically rewrapped. Explained by: cperciva@
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 f932f0a..4e9ff6e 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -161,7 +161,7 @@ m_freem(struct mbuf *mb)
mb = m_free(mb);
}
-/*
+/*-
* Configure a provided mbuf to refer to the provided external storage
* buffer and setup a reference count for said buffer. If the setting
* up of the reference count fails, the M_EXT bit will not be set. If
OpenPOWER on IntegriCloud