svn commit: r355643 - head/sys/sys

Kyle Evans kevans at FreeBSD.org
Thu Dec 12 02:42:27 UTC 2019


Author: kevans
Date: Thu Dec 12 02:42:27 2019
New Revision: 355643
URL: https://svnweb.freebsd.org/changeset/base/355643

Log:
  Bump __FreeBSD_version for r355641, new sig set ops
  
  This will be needed to unbreak qemu-user-static.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Dec 12 02:18:18 2019	(r355642)
+++ head/sys/sys/param.h	Thu Dec 12 02:42:27 2019	(r355643)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300064	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300065	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list