]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r362473:
authorMichael Tuexen <tuexen@FreeBSD.org>
Mon, 24 Aug 2020 08:25:00 +0000 (08:25 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Mon, 24 Aug 2020 08:25:00 +0000 (08:25 +0000)
commitc2acd568867621cf9d5e17465fca76ea03b3b47d
tree3bc9c977f24215132232a9c7841b1b83342c0634
parent180b28bb5067672f0573ee79f5efa039d85593b6
MFC r362473:
leanup the defintion of struct sctp_getaddresses. This stucture
is used by the IPPROTO_SCTP level socket options SCTP_GET_PEER_ADDRESSES
and SCTP_GET_LOCAL_ADDRESSES, which are used by libc to implement
sctp_getladdrs() and sctp_getpaddrs().
These changes allow an old libc to work on a newer kernel.
lib/libc/net/sctp_sys_calls.c
sys/netinet/sctp_uio.h
sys/netinet/sctp_usrreq.c