aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-08-01 03:52:48 +0000
committerMark Johnston <markj@FreeBSD.org>2018-08-01 03:52:48 +0000
commitb151226550e6350b5bff717def733be5989abbba (patch)
tree54ccb6d1dd671eead94bb40c71377bf04d337562
parent6324de037cb6ee621855384588e11d603c931d46 (diff)
Notes
-rw-r--r--sys/sys/mbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 2b7040b784cd3..a0444e1ed93a6 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -569,7 +569,6 @@ struct mbuf {
#define MT_CONTROL 14 /* extra-data protocol message */
#define MT_OOBDATA 15 /* expedited data */
-#define MT_NTYPES 16 /* number of mbuf types for mbtypes[] */
#define MT_NOINIT 255 /* Not a type but a flag to allocate
a non-initialized mbuf */