svn commit: r359747 - head/sys/sys
Rick Macklem
rmacklem at FreeBSD.org
Thu Apr 9 15:33:14 UTC 2020
Author: rmacklem
Date: Thu Apr 9 15:33:13 2020
New Revision: 359747
URL: https://svnweb.freebsd.org/changeset/base/359747
Log:
Bump version for r359745, since it removed a field from "struct proc" and
that changed the offsets of fields within it.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Thu Apr 9 15:30:21 2020 (r359746)
+++ head/sys/sys/param.h Thu Apr 9 15:33:13 2020 (r359747)
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300089 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300090 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-all
mailing list