aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-10-07 04:54:47 +0000
committerXin LI <delphij@FreeBSD.org>2014-10-07 04:54:47 +0000
commit0ef99c7017cf868a72f4c33e464816b812f1268e (patch)
tree59a16e31a3e5aa356b8c5d84a56e4ec21f83d884 /sys/sys/param.h
parent78b59024b537e0993c0272fe57b8d23da5eaf0ce (diff)
downloadsrc-0ef99c7017cf868a72f4c33e464816b812f1268e.tar.gz
src-0ef99c7017cf868a72f4c33e464816b812f1268e.zip
Bump __FreeBSD_version for the addition of explicit_bzero(3).
Notes
Notes: svn path=/head/; revision=272674
Diffstat (limited to 'sys/sys/param.h')
-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 18d92b270108..eabc134010db 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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,