svn commit: r293553 - stable/10/sys/compat/linux
Slawa Olhovchenkov
slw at zxy.spb.ru
Sat Jan 9 17:05:38 UTC 2016
On Sat, Jan 09, 2016 at 04:57:03PM +0000, Dmitry Chagin wrote:
> 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.
Bump OSVERSION for net-im/skype4?
> 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, \
> _______________________________________________
> svn-src-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the svn-src-stable
mailing list