svn commit: r276781 - head/sys/sys

Robert Watson rwatson at FreeBSD.org
Wed Jan 7 18:24:44 UTC 2015


Author: rwatson
Date: Wed Jan  7 18:24:42 2015
New Revision: 276781
URL: https://svnweb.freebsd.org/changeset/base/276781

Log:
  Bump __FreeBSD_version to 1100053 reflecting the addition of a return value
  to MCLGET().
  
  Suggested by:	jmg
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Jan  7 17:22:56 2015	(r276780)
+++ head/sys/sys/param.h	Wed Jan  7 18:24:42 2015	(r276781)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100052	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100053	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list