diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2011-11-24 18:57:31 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2011-11-24 18:57:31 +0000 |
| commit | 75be27e317b6e36363ba9dc767f30389942774e3 (patch) | |
| tree | 6f7d0f657de4e112db409b22330cb808eb237621 | |
| parent | 7db83edb3d3d7c2ed3b1e848a0922601e1011a4e (diff) | |
Notes
| -rw-r--r-- | sys/netinet/sctp_uio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index 37e9b798a991..63531d4aa39e 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; }; |
