aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
commit1a996ed1d8c8a87fa6b1be7b2a10b4dd4955336a (patch)
treede43d78eb0805cba0509674d2c9289233e7bb139 /sys/sys/mbuf.h
parent805cc58ac0980f3fd700e8620eecfcf84f1a335d (diff)
downloadsrc-1a996ed1d8c8a87fa6b1be7b2a10b4dd4955336a.tar.gz
src-1a996ed1d8c8a87fa6b1be7b2a10b4dd4955336a.zip
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@
Notes
Notes: svn path=/head/; revision=210226
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 651d33056aed..95a44a4aecfc 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -59,7 +59,7 @@
#define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
#ifdef _KERNEL
-/*
+/*-
* Macro for type conversion: convert mbuf pointer to data pointer of correct
* type:
*
@@ -827,7 +827,7 @@ struct mbuf *m_split(struct mbuf *, int, int);
struct mbuf *m_uiotombuf(struct uio *, int, int, int, int);
struct mbuf *m_unshare(struct mbuf *, int how);
-/*
+/*-
* Network packets may have annotations attached by affixing a list of
* "packet tags" to the pkthdr structure. Packet tags are dynamically
* allocated semi-opaque data structures that have a fixed header