svn commit: r274198 - user/dchagin/lemul/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Thu Nov 6 22:00:25 UTC 2014


Author: dchagin
Date: Thu Nov  6 22:00:24 2014
New Revision: 274198
URL: https://svnweb.freebsd.org/changeset/base/274198

Log:
  Update Linux compat revision to 32.

Modified:
  user/dchagin/lemul/sys/compat/linux/linux_mib.h

Modified: user/dchagin/lemul/sys/compat/linux/linux_mib.h
==============================================================================
--- user/dchagin/lemul/sys/compat/linux/linux_mib.h	Thu Nov  6 21:59:24 2014	(r274197)
+++ user/dchagin/lemul/sys/compat/linux/linux_mib.h	Thu Nov  6 22:00:24 2014	(r274198)
@@ -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-user mailing list