From 785f5ee540eaf3a893e391b29e3731d41a0f53e8 Mon Sep 17 00:00:00 2001 From: tuexen Date: Fri, 10 Feb 2012 23:53:06 +0000 Subject: [PATCH] MFC r227931: Move up the address to the top of the sctp_udencaps structure like in all other structures. This avoids alignment problems. git-svn-id: svn://svn.freebsd.org/base/stable/8@231482 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/netinet/sctp_uio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index 5935c014f..c7207210c 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -672,8 +672,8 @@ struct sctp_timeouts { }; struct sctp_udpencaps { - sctp_assoc_t sue_assoc_id; struct sockaddr_storage sue_address; + sctp_assoc_t sue_assoc_id; uint16_t sue_port; }; -- 2.45.0