summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2013-04-10 00:35:08 +0000
committerjimharris <jimharris@FreeBSD.org>2013-04-10 00:35:08 +0000
commit649c9a27e957dc1ab3991162ff567f9bed73b3ad (patch)
tree22e2f4deb5ec23d7b3ad99d6155dc8c0748f2292
parent6cbe43292efc65801d4567c37e87a006c8850340 (diff)
downloadFreeBSD-src-649c9a27e957dc1ab3991162ff567f9bed73b3ad.zip
FreeBSD-src-649c9a27e957dc1ab3991162ff567f9bed73b3ad.tar.gz
Fix the build.
-rw-r--r--sys/kern/uipc_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index 0e3a74c..ea55e4e 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -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);
/*
OpenPOWER on IntegriCloud