svn commit: r283449 - head/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun May 24 16:55:33 UTC 2015


Author: dchagin
Date: Sun May 24 16:55:32 2015
New Revision: 283449
URL: https://svnweb.freebsd.org/changeset/base/283449

Log:
  Update Linux compat revision to 32.
  
  Differential Revision:	https://reviews.freebsd.org/D1122
  Reviewed by:	emaste

Modified:
  head/sys/compat/linux/linux_mib.h

Modified: head/sys/compat/linux/linux_mib.h
==============================================================================
--- head/sys/compat/linux/linux_mib.h	Sun May 24 16:53:32 2015	(r283448)
+++ head/sys/compat/linux/linux_mib.h	Sun May 24 16:55:32 2015	(r283449)
@@ -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-head mailing list