From owner-svn-src-all@freebsd.org Tue Apr 3 20:40:11 2018 Return-Path: Delivered-To: svn-src-all@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 B88C6F7E7CD; Tue, 3 Apr 2018 20:40:11 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (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 C73D672707; Tue, 3 Apr 2018 20:40:10 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id 3SitfZiAdYxCT3SiuffJ22; Tue, 03 Apr 2018 14:40:08 -0600 X-Authority-Analysis: v=2.3 cv=cav8UELM 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=pp5kDD734Ao5TmKL9n8A:9 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 11F7D887; Tue, 3 Apr 2018 13:40:07 -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 w33Ke6QL023380; Tue, 3 Apr 2018 13:40:06 -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 w33Ke6JZ023377; Tue, 3 Apr 2018 13:40:06 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201804032040.w33Ke6JZ023377@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 , 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:20:10 +0300." <20180403202010.GK1774@kib.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Apr 2018 13:40:06 -0700 X-CMAE-Envelope: MS4wfE10Nxp853gCzBTHIdZb9p3U6YptcpTTgf+Lkv0M8jC0YISfXQtmGTkCAkzNnfOuECbff3jQvLrG+bC0o2r/7nLVjUnQvIDR6rcDe7g4vLGsXZ4JILcK FG52oq5jUGZc/DWWqFVsyLBmjbh7Vm9M+74kGvka2Je1tQ3ISgWoL90rI0Tpj0DS5oULe8VStPBaSJGVzl0OnChY+l9wfkBgAM/FKrpjs42qe/trzg0V6f0u oVfSAdQNg6JNFXlnlQDzl5mgGBpVKW48jOXC1mDxX2AySwyq8Sn4pKGqW6oTF1AXKVD1c4IGudRfNoGw4f8Vxw== X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 20:40:11 -0000 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. Fixed. Thanks for input Konstantin. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.