Fix the build.
This commit is contained in:
parent
6cbe43292e
commit
649c9a27e9
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user