mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Fix build breakage introduced in previous commit (redeclatation
of sctp functions).
This commit is contained in:
parent
249820a7d8
commit
0b160a7d2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163960
@ -771,13 +771,13 @@
|
||||
468 AUE_NULL UNIMPL nosys
|
||||
469 AUE_NULL UNIMPL __getpath_fromfd
|
||||
470 AUE_NULL UNIMPL __getpath_fromaddr
|
||||
471 AUE_NULL STD { int sctp_peeloff(int sd, uint32_t name); }
|
||||
472 AUE_NULL STD { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
|
||||
caddr_t to, __socklen_t tolen, \
|
||||
471 AUE_NULL NOPROTO { int sctp_peeloff(int sd, uint32_t name); }
|
||||
472 AUE_NULL NOPROTO { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
|
||||
caddr_t to, __socklen_t tolen, \
|
||||
struct sctp_sndrcvinfo *sinfo, int flags); }
|
||||
473 AUE_NULL STD { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \
|
||||
caddr_t to, __socklen_t tolen, \
|
||||
473 AUE_NULL NOPROTO { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \
|
||||
caddr_t to, __socklen_t tolen, \
|
||||
struct sctp_sndrcvinfo *sinfo, int flags); }
|
||||
474 AUE_NULL STD { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
|
||||
474 AUE_NULL NOPROTO { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
|
||||
struct sockaddr * from, __socklen_t *fromlenaddr, \
|
||||
struct sctp_sndrcvinfo *sinfo, int *msg_flags); }
|
||||
|
Loading…
Reference in New Issue
Block a user