svn commit: r272674 - head/sys/sys

Xin LI delphij at FreeBSD.org
Tue Oct 7 04:54:48 UTC 2014


Author: delphij
Date: Tue Oct  7 04:54:47 2014
New Revision: 272674
URL: https://svnweb.freebsd.org/changeset/base/272674

Log:
  Bump __FreeBSD_version for the addition of explicit_bzero(3).

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Oct  7 04:54:11 2014	(r272673)
+++ head/sys/sys/param.h	Tue Oct  7 04:54:47 2014	(r272674)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100036	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100037	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list