Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested by
Konstantin Belousov. MFC after: 1 week. X-MFC with: r234715
This commit is contained in:
parent
0273a6a333
commit
a1cd9c816d
@ -135,16 +135,19 @@ FBSD_1.0 {
|
||||
sctp_sendmsg;
|
||||
sctp_sendmsgx;
|
||||
sctp_send;
|
||||
sctp_sendv;
|
||||
sctp_sendx;
|
||||
sctp_recvmsg;
|
||||
sctp_recvv;
|
||||
setipv4sourcefilter;
|
||||
getipv4sourcefilter;
|
||||
getsourcefilter;
|
||||
setsourcefilter;
|
||||
};
|
||||
|
||||
FBSD_1.3 {
|
||||
sctp_recvv;
|
||||
sctp_sendv;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
_nsdispatch;
|
||||
_nsyyerror; /* generated from nslexer.l */
|
||||
|
Loading…
x
Reference in New Issue
Block a user