svn commit: r282319 - head/sys/sys

Baptiste Daroussin bapt at FreeBSD.org
Fri May 1 20:25:48 UTC 2015


Author: bapt
Date: Fri May  1 20:25:47 2015
New Revision: 282319
URL: https://svnweb.freebsd.org/changeset/base/282319

Log:
  Bump _FreeBSD_version after reallocarray import
  
  Requested by:	delphij

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri May  1 20:08:25 2015	(r282318)
+++ head/sys/sys/param.h	Fri May  1 20:25:47 2015	(r282319)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100071	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100072	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list