From owner-svn-src-head@freebsd.org Tue Apr 3 20:51:28 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80A96F7F70A; Tue, 3 Apr 2018 20:51:28 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D46877380D; Tue, 3 Apr 2018 20:51:27 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id 3StpfpkZxXziT3StqfmjHD; Tue, 03 Apr 2018 14:51:26 -0600 X-Authority-Analysis: v=2.3 cv=X6B81lbe c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=Kd1tUaAdevIA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=KyEggJhy-pvkK12t3XYA:9 a=yR6CNe_cHF_cZkW1:21 a=IbUFIDMGQQ64dAyb:21 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id D78A5901; Tue, 3 Apr 2018 13:51:24 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w33KpNit024221; Tue, 3 Apr 2018 13:51:23 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w33KpN7I024218; Tue, 3 Apr 2018 13:51:23 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201804032051.w33KpN7I024218@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Konstantin Belousov cc: Cy Schubert , Cy Schubert , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r331936 - in head/lib/libc: stdio tests/stdio In-Reply-To: Message from Konstantin Belousov of "Tue, 03 Apr 2018 23:42:40 +0300." <20180403204240.GN1774@kib.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Apr 2018 13:51:23 -0700 X-CMAE-Envelope: MS4wfArm1mTfDl3AV80NrseXRsZFiDJkRVJYRn59NcV0wymLjML5xyR3DEQgm7qaGq/SsJtyyrULhQpLdl5f9/L19fEWUHXEyFxgajTtzYPZ6iLPC0rfMjhO ibjavSFCGmH60YpxsI2VRYq1Sme6yNxOsrQQm5B7mkHzZzeizkc2KQvA0zmfU7th9ATU8FYNYiu5Id8UkqcRLfKgXsqHUtOnqy2ZOfp87kfw5sPvhSOyEAT/ Ms+bOnTsZF6RL/d2e9FXTJbm4PwHVuSORwv7t+2qeiFc5LePmmr1xMKdvCia6AnZYwrJgoa522B3REQ3I3oxcw== X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 03 Apr 2018 20:51:28 -0000 In message <20180403204240.GN1774@kib.kiev.ua>, Konstantin Belousov writes: > On Tue, Apr 03, 2018 at 01:24:42PM -0700, Cy Schubert wrote: > > In message <20180403202010.GK1774@kib.kiev.ua>, Konstantin Belousov > > writes: > > > On Tue, Apr 03, 2018 at 06:52:39PM +0000, Cy Schubert wrote: > > > > Modified: head/lib/libc/stdio/Symbol.map > > > > ======================================================================= > ==== > > > === > > > > --- head/lib/libc/stdio/Symbol.map Tue Apr 3 18:43:00 2018 > (r33193 > > > 5) > > > > +++ head/lib/libc/stdio/Symbol.map Tue Apr 3 18:52:38 2018 > (r33193 > > > 6) > > > > @@ -165,6 +165,7 @@ FBSD_1.3 { > > > > FBSD_1.4 { > > > > fdclose; > > > > fopencookie; > > > > + gets_s; > > > > }; > > > This is wrong. > > > > Would you suggest a different version number? > > Right version number for HEAD while it is 12 is FBSD_1.5. You will need > to add it to stdio/Symbol.map since this is the first symbol in that > namespace from stdio subdirectory. Ok. I understand now. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.