svn commit: r342629 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sun Dec 30 15:55:31 UTC 2018


Author: kib
Date: Sun Dec 30 15:55:30 2018
New Revision: 342629
URL: https://svnweb.freebsd.org/changeset/base/342629

Log:
  Bump __FreeBSD_version since r342628 changed size of struct linux_cdev
  on tier-1 i386 architecture.
  
  Requested by:	hselasky
  MFC after:	1 week
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Dec 30 15:46:45 2018	(r342628)
+++ head/sys/sys/param.h	Sun Dec 30 15:55:30 2018	(r342629)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300006	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300007	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list