svn commit: r249320 - head/sys/kern

Andre Oppermann andre at freebsd.org
Wed Apr 10 06:45:58 UTC 2013


On 10.04.2013 02:35, Jim Harris wrote:
> Author: jimharris
> Date: Wed Apr 10 00:35:08 2013
> New Revision: 249320
> URL: http://svnweb.freebsd.org/changeset/base/249320
>
> Log:
>    Fix the build.
>
> Modified:
>    head/sys/kern/uipc_socket.c
>
> Modified: head/sys/kern/uipc_socket.c
> ==============================================================================
> --- head/sys/kern/uipc_socket.c	Tue Apr  9 22:27:44 2013	(r249319)
> +++ head/sys/kern/uipc_socket.c	Wed Apr 10 00:35:08 2013	(r249320)
> @@ -247,7 +247,7 @@ MTX_SYSINIT(accept_mtx, &accept_mtx, "ac
>    * so_global_mtx protects so_gencnt, numopensockets, and the per-socket
>    * so_gencnt field.
>    */
> -static struct so_global_mtx so_global_mtx;
> +static struct mtx_padalign so_global_mtx;
>   MTX_SYSINIT(so_global_mtx, &so_global_mtx, "so_glabel", MTX_DEF);
>
>   /*

Dang.  Thank you.  I apologize and put on the pointy hat.

-- 
Andre



More information about the svn-src-head mailing list