svn commit: r346784 - in stable: 11/sys/sys 12/sys/sys

Kyle Evans kevans at FreeBSD.org
Sat Apr 27 04:51:58 UTC 2019


Author: kevans
Date: Sat Apr 27 04:51:57 2019
New Revision: 346784
URL: https://svnweb.freebsd.org/changeset/base/346784

Log:
  Bump __FreeBSD_version for ether_gen_addr availability
  
  This is a direct commit to stable branches as the bump wasn't present in
  head.

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

Changes in other areas also in this revision:
Modified:
  stable/12/sys/sys/param.h

Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h	Sat Apr 27 04:39:41 2019	(r346783)
+++ stable/11/sys/sys/param.h	Sat Apr 27 04:51:57 2019	(r346784)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1102507	/* Master, propagated to newvers */
+#define __FreeBSD_version 1102508	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-stable mailing list