svn commit: r234715 - head/lib/libc/net

Konstantin Belousov kostikbel at gmail.com
Thu Apr 26 19:39:56 UTC 2012


On Thu, Apr 26, 2012 at 09:36:38PM +0200, Michael Tuexen wrote:
> On Apr 26, 2012, at 9:33 PM, Konstantin Belousov wrote:
> 
> > On Thu, Apr 26, 2012 at 07:31:16PM +0000, Michael Tuexen wrote:
> >> Author: tuexen
> >> Date: Thu Apr 26 19:31:16 2012
> >> New Revision: 234715
> >> URL: http://svn.freebsd.org/changeset/base/234715
> >> 
> >> Log:
> >>  Export symbols for sctp_sendv() and sctp_recvv().
> >> 
> >>  MFC after: 1 week
> >> 
> >> Modified:
> >>  head/lib/libc/net/Symbol.map
> >> 
> >> Modified: head/lib/libc/net/Symbol.map
> >> ==============================================================================
> >> --- head/lib/libc/net/Symbol.map	Thu Apr 26 19:21:58 2012	(r234714)
> >> +++ head/lib/libc/net/Symbol.map	Thu Apr 26 19:31:16 2012	(r234715)
> >> @@ -135,8 +135,10 @@ FBSD_1.0 {
> >> 	sctp_sendmsg;
> >> 	sctp_sendmsgx;
> >> 	sctp_send;
> >> +	sctp_sendv;
> >> 	sctp_sendx;
> >> 	sctp_recvmsg;
> >> +	sctp_recvv;
> >> 	setipv4sourcefilter;
> >> 	getipv4sourcefilter;
> >> 	getsourcefilter;
> > These are new symbols, they should go into the current (FBSD_1.3)
> > version.
> And where is that? Should I add something like
> FBSD_1.3 {
> 	sctp_recvv;
> 	sctp_sendv;
> }
Right, add it between FBSD_1.0 and FBSDprivate_1.0.

> 
> Or in another file? Will it be possible to MFC that to stable/8 and stable/9?
> I added the functions a while ago, but missed to add them to the Symbol.map.

Yes, it is possible to MFC this to both stable/8 and stable/9.
Straight merge should do it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20120426/4817a550/attachment.pgp


More information about the svn-src-head mailing list