From owner-svn-src-all@freebsd.org Tue Apr 3 20:26:00 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 B8ACDF7D7CF; Tue, 3 Apr 2018 20:26:00 +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 12CDE71BB2; Tue, 3 Apr 2018 20:25:59 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id 3SVAfpbhqXziT3SVCfmccV; Tue, 03 Apr 2018 14:25:58 -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=01UsYihvV-c3iVwlEgMA: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 85C27819; Tue, 3 Apr 2018 13:25:56 -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 w33KPtAo022515; Tue, 3 Apr 2018 13:25:55 -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 w33KPto8022512; Tue, 3 Apr 2018 13:25:55 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201804032025.w33KPto8022512@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:22:33 +0300." <20180403202233.GL1774@kib.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Apr 2018 13:25:55 -0700 X-CMAE-Envelope: MS4wfPKEoY16y0p99Y15YZGFWc4N9Hzv1A9MgRrx52SGKYA5Y/cPfBZ3J33CBER58dSuoByzjNcyyfbC8+X/8FTj0lI/3qWxU7AMb62D+tWV1leqqIcWtHbY anMp3WXiGVF6sslAGY7jQtAMxEQWWKQJ9VkaLcySPBrtG1L68QIhuXmTVbSLxytXgV47Xqx3uzmR/R7Isci1DoJUcC2FvvNKw5ZF+DT+d2Qc+UuDXc+xTo/S 6o6+fuEjRoei1lpK/iR/weTDQgn8Yf8R//ZaHxWtTmyHa6OhDmH2ytlW6jpr0skqfe7HaJo8izlKRLueTndF7w== 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:26:00 -0000 In message <20180403202233.GL1774@kib.kiev.ua>, Konstantin Belousov writes: > On Tue, Apr 03, 2018 at 11:20:10PM +0300, Konstantin Belousov wrote: > > 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 > (r331935) > > > +++ head/lib/libc/stdio/Symbol.map Tue Apr 3 18:52:38 2018 > (r331936) > > > @@ -165,6 +165,7 @@ FBSD_1.3 { > > > FBSD_1.4 { > > > fdclose; > > > fopencookie; > > > + gets_s; > > > }; > > This is wrong. I replied to this previously. > > And then, I noticed that the function is not added to the header file as well > , > am I missing it ? I my attempt to only commit gets_s() and nothing else I missed committing the header file. It's there now. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.