From owner-svn-src-all@freebsd.org Tue Apr 3 20:58:58 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 D2794F7FF2F; Tue, 3 Apr 2018 20:58:58 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (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 3DB3F7406D; Tue, 3 Apr 2018 20:58:57 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id 3T15fZpTDYxCT3T16ffNtZ; Tue, 03 Apr 2018 14:58:56 -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=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=qROpeadeCB7nu2nCmHQA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 3AE7C95F; Tue, 3 Apr 2018 13:58:55 -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 w33Kwsss024417; Tue, 3 Apr 2018 13:58:54 -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 w33KwsxY024414; Tue, 3 Apr 2018 13:58:54 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201804032058.w33KwsxY024414@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: r331945 - head/lib/libc/stdio In-Reply-To: Message from Konstantin Belousov of "Tue, 03 Apr 2018 23:54:31 +0300." <20180403205431.GO1774@kib.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Apr 2018 13:58:54 -0700 X-CMAE-Envelope: MS4wfPC/vp1HntaO60xhSARLnBB3uLLDP71MtdCuQRjvYEq+60aBHSkht/MBAdsk36lBA10qnJj6xlqfC2PsvQNzhq/yPpIwlObxSzUqAhhhLR2FHxcQLg7V bJop62NRGpyR1yDvw+xn+RXMUhIV0FRt0q5ubxoF0TaP6+UEUYmXE5348ERivTY1828IjYY0ZklLox19Q/HNOZpnImPzYL5Fl1D2dWuCe8pXL40lIs3vSm1w 0aROr9bfgY9H3rlBdRGlnMtIAJTqDOI7dV7IeS+FhJ9XcXh/F3J2mV3GHT1oWBoA9ptLxyapN5JqK8vjjTMOWQ== 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:58:59 -0000 In message <20180403205431.GO1774@kib.kiev.ua>, Konstantin Belousov writes: > On Tue, Apr 03, 2018 at 08:38:25PM +0000, Cy Schubert wrote: > > Author: cy > > Date: Tue Apr 3 20:38:25 2018 > > New Revision: 331945 > > URL: https://svnweb.freebsd.org/changeset/base/331945 > > > > Log: > > Correct the version number for gets_s(3). > > > > Reported by: kib@ > > MFC after: 2 weeks > > X-MFC with: r331936 > > Differential Revision: https://reviews.freebsd.org/D12785 > > > > Modified: > > head/lib/libc/stdio/Symbol.map > > > > Modified: head/lib/libc/stdio/Symbol.map > > =========================================================================== > === > > --- head/lib/libc/stdio/Symbol.map Tue Apr 3 20:22:02 2018 (r33194 > 4) > > +++ head/lib/libc/stdio/Symbol.map Tue Apr 3 20:38:25 2018 (r33194 > 5) > > @@ -160,12 +160,12 @@ FBSD_1.3 { > Please re-read my previous mail. We are out of sync, before you explained it to me. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.