svn commit: r254537 - head/sys/sys

Andre Oppermann andre at FreeBSD.org
Mon Aug 19 16:47:07 UTC 2013


Author: andre
Date: Mon Aug 19 16:47:06 2013
New Revision: 254537
URL: http://svnweb.freebsd.org/changeset/base/254537

Log:
  Bump __FreeBSD_version to 1000046 after the addition of M_PROTO[9-12]
  and removal of M_NOFREE|M_FRAG|M_FIRSTFRAG|M_LASTFRAG mbuf flags.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Aug 19 16:16:49 2013	(r254536)
+++ head/sys/sys/param.h	Mon Aug 19 16:47:06 2013	(r254537)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000045	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000046	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list