Author: andrew
Date: Tue Oct 13 10:31:12 2020
New Revision: 366666
URL: https://svnweb.freebsd.org/changeset/base/366666

Log:
  Bump __FreeBSD_version for the fix to arm64 write-only mappings
  
  Sponsored by: Innovate UK

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h        Tue Oct 13 10:26:15 2020        (r366665)
+++ head/sys/sys/param.h        Tue Oct 13 10:31:12 2020        (r366666)
@@ -60,7 +60,7 @@
  *             in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300119      /* Master, propagated to newvers */
+#define __FreeBSD_version 1300120      /* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to