aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorJason A. Harmening <jah@FreeBSD.org>2017-07-01 15:58:57 +0000
committerJason A. Harmening <jah@FreeBSD.org>2017-07-01 15:58:57 +0000
commit96a38fc002eccb6d3b8cea4ecebb6011962e1b2d (patch)
tree491333b4f5bf6353595b367c60f842770f0e39e5 /sys/sys/param.h
parentcf3de64127805e9af56f012676025ef908e5da48 (diff)
downloadsrc-96a38fc002eccb6d3b8cea4ecebb6011962e1b2d.tar.gz
src-96a38fc002eccb6d3b8cea4ecebb6011962e1b2d.zip
Bump __FreeBSD_version due to r320528, cleanup and inlining of
bus_dmamap* functions. Reported by: David Wolfskill <david@catwhisker.org>
Notes
Notes: svn path=/head/; revision=320545
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 42e2eb53d9d1..4f638e7f620c 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 1200036 /* Master, propagated to newvers */
+#define __FreeBSD_version 1200037 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,