From 1a996ed1d8c8a87fa6b1be7b2a10b4dd4955336a Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 18 Jul 2010 20:57:53 +0000 Subject: 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@ --- sys/kern/uipc_mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/uipc_mbuf.c') diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index f932f0a18408..4e9ff6e6c670 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 -- cgit v1.2.3