Date: Thu, 26 Apr 2012 22:33:24 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Michael Tuexen <tuexen@freebsd.org> 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: <20120426193324.GV2358@deviant.kiev.zoral.com.ua> In-Reply-To: <201204261931.q3QJVG72064714@svn.freebsd.org> References: <201204261931.q3QJVG72064714@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--fexaaLh22eEX/G9y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. --fexaaLh22eEX/G9y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk+ZowQACgkQC3+MBN1Mb4i1YQCeMW4+zmKXIeCkb5RmYvgt/q9L 88AAniZVMBGebkzI/iuh9IIrAw1TxG5i =1AJ7 -----END PGP SIGNATURE----- --fexaaLh22eEX/G9y--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120426193324.GV2358>