summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-11-03 21:21:28 +0000
committerru <ru@FreeBSD.org>2006-11-03 21:21:28 +0000
commitbbfb60c49763902fe966cf1772feb52c369b154a (patch)
tree7fa164c5ac822c64c45ae81dc7f99e9a7d207002 /sys/compat/freebsd32
parent7e7f92316bfaafa30403ea6ca58343e2e8e5071b (diff)
downloadFreeBSD-src-bbfb60c49763902fe966cf1772feb52c369b154a.zip
FreeBSD-src-bbfb60c49763902fe966cf1772feb52c369b154a.tar.gz
Fix build breakage introduced in previous commit (redeclatation
of sctp functions).
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index c8b7b08..b2e7fe9 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -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); }
OpenPOWER on IntegriCloud