From owner-svn-src-all@freebsd.org Sat Feb 11 14:36:18 2017 Return-Path: Delivered-To: svn-src-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 A1217CDAAFB; Sat, 11 Feb 2017 14:36:18 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 8A08E1804; Sat, 11 Feb 2017 14:36:17 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from ford.home.vangyzen.net (unknown [76.164.15.242]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 4F1C2564DF; Sat, 11 Feb 2017 08:36:17 -0600 (CST) Subject: Re: svn commit: r313401 - head/sys/netinet To: Ed Maste , Gleb Smirnoff References: <201702071857.v17Ivvn1018291@repo.freebsd.org> <20170210201008.GG1973@FreeBSD.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" From: Eric van Gyzen Message-ID: <5f3b4a86-7ca0-e823-346c-b035c0d5390b@FreeBSD.org> Date: Sat, 11 Feb 2017 08:36:15 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 11 Feb 2017 14:36:18 -0000 On 02/10/2017 15:04, Ed Maste wrote: > On 10 February 2017 at 15:10, Gleb Smirnoff wrote: >> >> Thanks. I think inet_ntoa() and anything that uses static buffer >> should just be removed from libkern. > > Agreed. A quick grep found inet_ntoa used in: Also agreed. I had already started on it. ;-) Eric