Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2012 21:58:01 +0200
From:      Michael Tuexen <tuexen@freebsd.org>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r234715 - head/lib/libc/net
Message-ID:  <8C81F8AF-359C-4BD7-A349-D82C7B3828C9@freebsd.org>
In-Reply-To: <20120426193950.GW2358@deviant.kiev.zoral.com.ua>
References:  <201204261931.q3QJVG72064714@svn.freebsd.org> <20120426193324.GV2358@deviant.kiev.zoral.com.ua> <9E92A2FD-2432-4204-BD46-3548E328AF1D@freebsd.org> <20120426193950.GW2358@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 26, 2012, at 9:39 PM, Konstantin Belousov wrote:

> On Thu, Apr 26, 2012 at 09:36:38PM +0200, Michael Tuexen wrote:
>> On Apr 26, 2012, at 9:33 PM, Konstantin Belousov wrote:
>>=20
>>> 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
>>>>=20
>>>> Log:
>>>> Export symbols for sctp_sendv() and sctp_recvv().
>>>>=20
>>>> MFC after: 1 week
>>>>=20
>>>> Modified:
>>>> head/lib/libc/net/Symbol.map
>>>>=20
>>>> Modified: head/lib/libc/net/Symbol.map
>>>> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>>>> --- 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.
>=20
>>=20
>> 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.
>=20
> Yes, it is possible to MFC this to both stable/8 and stable/9.
> Straight merge should do it.
Done in r234716. Thanks for the help.
Just to be sure: After an MFC to stable/9, the symbol will be usable in =
the upcoming
9.1, right?

Best regards
Michael




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8C81F8AF-359C-4BD7-A349-D82C7B3828C9>