Date: Thu, 6 Nov 2014 22:00:25 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r274198 - user/dchagin/lemul/sys/compat/linux Message-ID: <201411062200.sA6M0Pgr095506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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, \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411062200.sA6M0Pgr095506>