From owner-svn-src-all@FreeBSD.ORG Mon Dec 28 21:58:32 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB7541065695; Mon, 28 Dec 2009 21:58:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 92B728FC15; Mon, 28 Dec 2009 21:58:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 44B1B7C353; Tue, 29 Dec 2009 10:58:31 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TGgmdi3hC1We; Tue, 29 Dec 2009 10:58:26 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Tue, 29 Dec 2009 10:58:26 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 24C7A11432; Tue, 29 Dec 2009 10:58:26 +1300 (NZDT) Date: Tue, 29 Dec 2009 10:58:26 +1300 From: Andrew Thompson To: Luigi Rizzo Message-ID: <20091228215825.GC49597@citylink.fud.org.nz> References: <200912282114.nBSLEJVj001562@svn.freebsd.org> <20091228220144.GA38493@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091228220144.GA38493@onelab2.iet.unipi.it> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, "Bjoern A. Zeeb" , src-committers@freebsd.org Subject: Re: svn commit: r201141 - head/sys/netinet X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 28 Dec 2009 21:58:33 -0000 On Mon, Dec 28, 2009 at 11:01:44PM +0100, Luigi Rizzo wrote: > On Mon, Dec 28, 2009 at 09:14:19PM +0000, Bjoern A. Zeeb wrote: > > Author: bz > > Date: Mon Dec 28 21:14:18 2009 > > New Revision: 201141 > > URL: http://svn.freebsd.org/changeset/base/201141 > > > > Log: > > Make the compiler happy after r201125: > > - + remove two unnecessary initializations in ip_output; > > + + remove one unnecessary initializations in ip_output; > > does it give a warning or an error ? I tried a buildkernel (i386) and > also a picobsd build and neither give any warning. http://lists.freebsd.org/pipermail/freebsd-current/2009-December/014633.html http://lists.freebsd.org/pipermail/freebsd-current/2009-December/014634.html http://lists.freebsd.org/pipermail/freebsd-current/2009-December/014637.html Andrew