svn commit: r338061 - head/sys/sys

Xin LI delphij at FreeBSD.org
Sun Aug 19 17:47:32 UTC 2018


Author: delphij
Date: Sun Aug 19 17:47:30 2018
New Revision: 338061
URL: https://svnweb.freebsd.org/changeset/base/338061

Log:
  Bump __FreeBSD_version after r338059 (Chacha20 based arc4random(3)
  and deprecation of arc4random_stir and arc4random_addrandom).

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Aug 19 17:42:49 2018	(r338060)
+++ head/sys/sys/param.h	Sun Aug 19 17:47:30 2018	(r338061)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200078	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200079	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list