summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/unpcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/unpcb.h')
-rw-r--r--freebsd/sys/sys/unpcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/unpcb.h b/freebsd/sys/sys/unpcb.h
index 7d7a20ac..3ea20b1d 100644
--- a/freebsd/sys/sys/unpcb.h
+++ b/freebsd/sys/sys/unpcb.h
@@ -160,7 +160,7 @@ struct xunpcb {
char xu_dummy2[256];
};
struct xsocket xu_socket;
-} __aligned(8);
+} __aligned(MAX(8, sizeof(void *)));
struct xunpgen {
ksize_t xug_len;