svn commit: r293553 - stable/10/sys/compat/linux
Dmitry Chagin
dchagin at FreeBSD.org
Sat Jan 9 16:57:05 UTC 2016
Author: dchagin
Date: Sat Jan 9 16:57:03 2016
New Revision: 293553
URL: https://svnweb.freebsd.org/changeset/base/293553
Log:
MFC r283449:
Update Linux compat revision to 32.
Modified:
stable/10/sys/compat/linux/linux_mib.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/compat/linux/linux_mib.h
==============================================================================
--- stable/10/sys/compat/linux/linux_mib.h Sat Jan 9 16:55:44 2016 (r293552)
+++ stable/10/sys/compat/linux/linux_mib.h Sat Jan 9 16:57:03 2016 (r293553)
@@ -48,7 +48,7 @@ int linux_kernver(struct thread *td);
#define LINUX_KVERSION 2
#define LINUX_KPATCHLEVEL 6
-#define LINUX_KSUBLEVEL 18
+#define LINUX_KSUBLEVEL 32
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LINUX_VERSION_CODE LINUX_KERNVER(LINUX_KVERSION, \
More information about the svn-src-stable
mailing list