libc sctp: fix sctp_getladdrs() for 64-bit BE platforms
When calling getsockopt() with SCTP_GET_LOCAL_ADDR_SIZE, use a
pointer to a 32-bit variable, since this is what the kernel
expects.
While there, do some cleanups.
MFC after: 1 week
libc sctp: fix sctp_getladdrs() for 64-bit BE platforms Tags None Referenced Files None Subscribers None
Description
Details
|