From owner-svn-ports-all@freebsd.org Tue Oct 10 13:09:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A4F4E31023; Tue, 10 Oct 2017 13:09:21 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD43813E9; Tue, 10 Oct 2017 13:09:21 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8DE6913239; Tue, 10 Oct 2017 13:09:20 +0000 (UTC) Date: Tue, 10 Oct 2017 13:09:20 +0000 From: Alexey Dokuchaev To: Cy Schubert Cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r451623 - in head/net/tcpview: . files Message-ID: <20171010130920.GA1755@FreeBSD.org> References: <20171010073011.GA36833@FreeBSD.org> <201710101305.v9AD5k9x056952@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201710101305.v9AD5k9x056952@slippy.cwsent.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 13:09:21 -0000 On Tue, Oct 10, 2017 at 06:05:46AM -0700, Cy Schubert wrote: > In message <20171010073011.GA36833@FreeBSD.org>, Alexey Dokuchaev writes: > > ... > > I'm just as all of us want gets(3) to die out, but as long as we must > > provide it in libc, putting __attribute__ ((__deprecated__)) of some > > sort seems as a safer approach. > > Don't worry. gets() will be removed very shortly. See: > > - exp-run PR 222796 > - patch D12298 https://reviews.freebsd.org/D12298 Ah, now I see, I've missed the fact that gets(3) is being deorbited at we speak completely. ;-) ./danfe