Fix the build.

This commit is contained in:
jimharris 2013-04-10 00:35:08 +00:00
parent 6cbe43292e
commit 649c9a27e9

View File

@ -247,7 +247,7 @@ MTX_SYSINIT(accept_mtx, &accept_mtx, "accept", MTX_DEF);
* 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);
/*