svn commit: r274470 - head/sys/sys

Konstantin Belousov kostikbel at gmail.com
Thu Nov 13 16:51:53 UTC 2014


On Thu, Nov 13, 2014 at 02:46:33PM +0000, Dmitry Chagin wrote:
> Author: dchagin
> Date: Thu Nov 13 14:46:33 2014
> New Revision: 274470
> URL: https://svnweb.freebsd.org/changeset/base/274470
> 
> Log:
>   Bump FreeBSD_version for r274462 - add ppoll() system call.
> 
> Modified:
>   head/sys/sys/param.h
> 
> Modified: head/sys/sys/param.h
> ==============================================================================
> --- head/sys/sys/param.h	Thu Nov 13 13:08:46 2014	(r274469)
> +++ head/sys/sys/param.h	Thu Nov 13 14:46:33 2014	(r274470)
> @@ -58,7 +58,7 @@
>   *		in the range 5 to 9.
>   */
>  #undef __FreeBSD_version
> -#define __FreeBSD_version 1100045	/* Master, propagated to newvers */
> +#define __FreeBSD_version 1100046	/* Master, propagated to newvers */

Can you explain why is this needed ?


More information about the svn-src-head mailing list