svn commit: r332089 - stable/11/sys/sys

Kyle Evans kevans at FreeBSD.org
Fri Apr 6 02:47:43 UTC 2018


Author: kevans
Date: Fri Apr  6 02:47:43 2018
New Revision: 332089
URL: https://svnweb.freebsd.org/changeset/base/332089

Log:
  stable/11: Bump FreeBSD_Version for recent rc ${name}_limits bits
  
  Some ports had their own interpretation of _limits that conflicted with the
  new definition as of r328331. r331880 was an MFC of this commit to
  stable/11. Bump FreeBSD_Version in stable/11 following r331880 so that ports
  can do the right thing.
  
  This is a direct commit to stable/11
  
  Reported by:	0mp

Modified:
  stable/11/sys/sys/param.h

Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h	Thu Apr  5 22:14:55 2018	(r332088)
+++ stable/11/sys/sys/param.h	Fri Apr  6 02:47:43 2018	(r332089)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1101513	/* Master, propagated to newvers */
+#define __FreeBSD_version 1101514	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list