From owner-svn-src-stable@FreeBSD.ORG Thu May 3 07:17:25 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B84C0106566B; Thu, 3 May 2012 07:17:25 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A31958FC08; Thu, 3 May 2012 07:17:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q437HPUE025205; Thu, 3 May 2012 07:17:25 GMT (envelope-from tuexen@svn.freebsd.org) Received: (from tuexen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q437HPO6025203; Thu, 3 May 2012 07:17:25 GMT (envelope-from tuexen@svn.freebsd.org) Message-Id: <201205030717.q437HPO6025203@svn.freebsd.org> From: Michael Tuexen Date: Thu, 3 May 2012 07:17:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r234943 - stable/8/lib/libc/net X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2012 07:17:25 -0000 Author: tuexen Date: Thu May 3 07:17:25 2012 New Revision: 234943 URL: http://svn.freebsd.org/changeset/base/234943 Log: MFC r234715,r234716: Export symbols for sctp_sendv() and sctp_recvv(). Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested by Konstantin Belousov. Modified: stable/8/lib/libc/net/Symbol.map Directory Properties: stable/8/lib/ (props changed) stable/8/lib/libc/ (props changed) Modified: stable/8/lib/libc/net/Symbol.map ============================================================================== --- stable/8/lib/libc/net/Symbol.map Thu May 3 07:12:38 2012 (r234942) +++ stable/8/lib/libc/net/Symbol.map Thu May 3 07:17:25 2012 (r234943) @@ -143,6 +143,11 @@ FBSD_1.0 { setsourcefilter; }; +FBSD_1.3 { + sctp_recvv; + sctp_sendv; +}; + FBSDprivate_1.0 { _nsdispatch; _nsyyerror; /* generated from nslexer.l */