From f44b4c0a07f8086e3c51bcb5286e8972dc6d09f8 Mon Sep 17 00:00:00 2001 From: tuexen Date: Thu, 24 Nov 2011 18:57:31 +0000 Subject: [PATCH] MFC r227930: Move up the address to the top of the sctp_paddrthlds structure like in all other structures. This avoids alignment problems. Approved by: re@ git-svn-id: svn://svn.freebsd.org/base/releng/9.0@227949 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 37e9b798..63531d4a 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -521,8 +521,8 @@ struct sctp_paddrparams { #define SPP_IPV4_TOS SPP_DSCP struct sctp_paddrthlds { - sctp_assoc_t spt_assoc_id; struct sockaddr_storage spt_address; + sctp_assoc_t spt_assoc_id; uint16_t spt_pathmaxrxt; uint16_t spt_pathpfthld; }; -- 2.42.0