Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2016 20:05:32 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Dmitry Chagin <dchagin@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   Re: svn commit: r293553 - stable/10/sys/compat/linux
Message-ID:  <20160109170532.GL70867@zxy.spb.ru>
In-Reply-To: <201601091657.u09Gv36q048082@repo.freebsd.org>
References:  <201601091657.u09Gv36q048082@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160109170532.GL70867>