svn commit: r337032 - head/sys/sys

Mark Johnston markj at FreeBSD.org
Wed Aug 1 03:52:49 UTC 2018


Author: markj
Date: Wed Aug  1 03:52:48 2018
New Revision: 337032
URL: https://svnweb.freebsd.org/changeset/base/337032

Log:
  Remove MT_NTYPES.
  
  Its last reference was removed in r253361.

Modified:
  head/sys/sys/mbuf.h

Modified: head/sys/sys/mbuf.h
==============================================================================
--- head/sys/sys/mbuf.h	Wed Aug  1 03:46:07 2018	(r337031)
+++ head/sys/sys/mbuf.h	Wed Aug  1 03:52:48 2018	(r337032)
@@ -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 */


More information about the svn-src-all mailing list