From owner-svn-src-head@FreeBSD.ORG Thu Apr 26 19:36:42 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E1741065670; Thu, 26 Apr 2012 19:36:42 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2E18FC17; Thu, 26 Apr 2012 19:36:41 +0000 (UTC) Received: from [192.168.1.103] (p508F93CD.dip.t-dialin.net [80.143.147.205]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id B9B2D1C0C0BD4; Thu, 26 Apr 2012 21:36:39 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Michael Tuexen In-Reply-To: <20120426193324.GV2358@deviant.kiev.zoral.com.ua> Date: Thu, 26 Apr 2012 21:36:38 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <9E92A2FD-2432-4204-BD46-3548E328AF1D@freebsd.org> References: <201204261931.q3QJVG72064714@svn.freebsd.org> <20120426193324.GV2358@deviant.kiev.zoral.com.ua> To: Konstantin Belousov X-Mailer: Apple Mail (2.1257) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r234715 - head/lib/libc/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2012 19:36:42 -0000 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 >>=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; } 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. Best regards Michael