aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2018-08-19 17:47:30 +0000
committerXin LI <delphij@FreeBSD.org>2018-08-19 17:47:30 +0000
commit56019a539f11a1f5d7783ea25c9ae165842ec6d7 (patch)
tree5bd6a0e5a5592d711ba2610c23da768af7b2fff4 /sys/sys
parentc8b8b38e5f605f3c85bd7c8723b147734905565a (diff)
downloadsrc-56019a539f11a1f5d7783ea25c9ae165842ec6d7.tar.gz
src-56019a539f11a1f5d7783ea25c9ae165842ec6d7.zip
Bump __FreeBSD_version after r338059 (Chacha20 based arc4random(3)
and deprecation of arc4random_stir and arc4random_addrandom).
Notes
Notes: svn path=/head/; revision=338061
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index d9ea39a31a93..60f3cb9aa6a6 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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,