svn commit: r366719 - head/sys/sys

Mateusz Guzik mjg at FreeBSD.org
Thu Oct 15 05:11:16 UTC 2020


Author: mjg
Date: Thu Oct 15 05:11:16 2020
New Revision: 366719
URL: https://svnweb.freebsd.org/changeset/base/366719

Log:
  Bump __FreeBSD_version after addition of VOP_EAGAIN

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Oct 15 05:04:57 2020	(r366718)
+++ head/sys/sys/param.h	Thu Oct 15 05:11:16 2020	(r366719)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300120	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300121	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list