Author: markj
Date: Thu Oct 17 20:46:33 2019
New Revision: 353698
URL: https://svnweb.freebsd.org/changeset/base/353698

Log:
  Belatedly bump __FreeBSD_version for r353537 and related commits.
  
  At least one small update to the out-of-tree DRM drivers is required
  now that cdev_pager_free_page() expects an xbusy page.
  
  Discussed with:       jeff, zeising

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h        Thu Oct 17 20:40:06 2019        (r353697)
+++ head/sys/sys/param.h        Thu Oct 17 20:46:33 2019        (r353698)
@@ -60,7 +60,7 @@
  *             in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300051      /* Master, propagated to newvers */
+#define __FreeBSD_version 1300052      /* 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