diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2009-05-30 10:50:40 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2009-05-30 10:50:40 +0000 |
| commit | 667d2d3cbbdad0ae0f5d52e907af9578f50136f0 (patch) | |
| tree | 383c1b15538528a229e6a2e14b687ca0ff48ce4a /sys | |
| parent | 6911f596a1f53ba67b25ae4df2c5bddca6b29740 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/sctp_uio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index e58325d75933..a0f51c111976 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -68,8 +68,8 @@ struct sctp_event_subscribe { * ancillary data structures */ struct sctp_initmsg { - uint32_t sinit_num_ostreams; - uint32_t sinit_max_instreams; + uint16_t sinit_num_ostreams; + uint16_t sinit_max_instreams; uint16_t sinit_max_attempts; uint16_t sinit_max_init_timeo; }; |
