svn commit: r344041 - head/sys/sys

Enji Cooper ngie at FreeBSD.org
Tue Feb 12 03:32:42 UTC 2019


Author: ngie
Date: Tue Feb 12 03:32:40 2019
New Revision: 344041
URL: https://svnweb.freebsd.org/changeset/base/344041

Log:
  Bump `__FreeBSD_version__` for r343891
  
  This will allow upstream consumers, e.g., capsicum-test and third-party
  packages (via ports(7)), to test for a specific `__FreeBSD_version__` and
  expect `renameat(2)` to be functional.
  
  PR:		222258
  Approved by:	emaste (mentor)
  Reviewed by:	emaste
  MFC with:	r343891
  Differential Revision: https://reviews.freebsd.org/D19154

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Feb 12 03:13:10 2019	(r344040)
+++ head/sys/sys/param.h	Tue Feb 12 03:32:40 2019	(r344041)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300010	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300011	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list