aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-04-19 22:08:17 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-04-19 22:08:17 +0000
commit6b97c2e306b3fe99cb2609004a84e9936f2fe481 (patch)
tree1e765823c2d0d3548433dfa63bab12b9ebb57d83 /sys/sys/param.h
parent02babf922137be7fa3f8d8c9df25aa0c3ff7642f (diff)
downloadsrc-6b97c2e306b3fe99cb2609004a84e9936f2fe481.tar.gz
src-6b97c2e306b3fe99cb2609004a84e9936f2fe481.zip
Revert r346410 and r346411
libkern in .PATH has too many filename conflicts with libc and my -DNO_CLEAN tinderbox didn't catch that ahead of time. Mea culpa.
Notes
Notes: svn path=/head/; revision=346420
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 18412ea8229a..450143d38a55 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 1300021 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300020 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,