From owner-svn-src-head@freebsd.org Sun Aug 28 19:15:07 2016 Return-Path: Delivered-To: svn-src-head@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 D7727BC569A; Sun, 28 Aug 2016 19:15:07 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail108.syd.optusnet.com.au (mail108.syd.optusnet.com.au [211.29.132.59]) by mx1.freebsd.org (Postfix) with ESMTP id 90A5BE75; Sun, 28 Aug 2016 19:15:07 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c122-106-149-109.carlnfd1.nsw.optusnet.com.au (c122-106-149-109.carlnfd1.nsw.optusnet.com.au [122.106.149.109]) by mail108.syd.optusnet.com.au (Postfix) with ESMTPS id 7C8E71A24B2; Mon, 29 Aug 2016 05:14:58 +1000 (AEST) Date: Mon, 29 Aug 2016 05:14:58 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: hiren panchasara cc: Bruce Evans , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r304895 - head/usr.bin/netstat In-Reply-To: <20160828183439.GU41576@strugglingcoder.info> Message-ID: <20160829050500.D3932@besplex.bde.org> References: <201608271106.u7RB669G009115@repo.freebsd.org> <20160828183439.GU41576@strugglingcoder.info> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=VIkg5I7X c=1 sm=1 tr=0 a=R/f3m204ZbWUO/0rwPSMPw==:117 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=kvNVZOOgqklhGUss4tcA:9 a=CjuIK1q_8ugA:10 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 19:15:08 -0000 On Sun, 28 Aug 2016, hiren panchasara wrote: > On 08/27/16 at 11:06P, Bruce Evans wrote: >> >> Log: >> Fix build without INET6 and with gcc. A function definition was ifdefed >> for INET6, but its protototype was not, and gcc detects the error. >> >> Modified: >> head/usr.bin/netstat/route.c > > Thanks for the fix. > > Wouldn't stable/11 be broken in the same way? Probably. This only affects gcc users who omit INET6, and much more is broken for stable/11 for gcc. Bruce