From owner-freebsd-current@FreeBSD.ORG Fri Sep 9 13:29:20 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B0016A41F for ; Fri, 9 Sep 2005 13:29:19 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8933C43D46 for ; Fri, 9 Sep 2005 13:29:19 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-115-133.hsd1.ma.comcast.net ([66.30.115.133]) by comcast.net (sccrmhc13) with ESMTP id <20050909132918013004qgjie>; Fri, 9 Sep 2005 13:29:18 +0000 Received: from c-66-30-115-133.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id j89DTKXL003061; Fri, 9 Sep 2005 09:29:20 -0400 (EDT) (envelope-from rodrigc@c-66-30-115-133.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id j89DTJVQ003060; Fri, 9 Sep 2005 09:29:19 -0400 (EDT) (envelope-from rodrigc) Date: Fri, 9 Sep 2005 09:29:19 -0400 From: Craig Rodrigues To: Eric Anderson Message-ID: <20050909132919.GA3048@crodrigues.org> References: <4321843D.80400@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4321843D.80400@centtech.com> User-Agent: Mutt/1.5.9i Cc: FreeBSD Current Subject: Re: Broken buildkernel (cvsup from this morning) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:29:20 -0000 On Fri, Sep 09, 2005 at 07:46:53AM -0500, Eric Anderson wrote: > cvsup from about 10 minutes ago, buildkernel yields: > /usr/src/sys/kern/kern_tc.c > /usr/src/sys/kern/kern_tc.c:74: warning: redundant redeclaration of 'th0' > /usr/src/sys/kern/kern_tc.c:64: warning: previous declaration of 'th0' > was here > *** Error code 1 You need to do a 'make buildworld' first, because the compiler just got a patch to eliminate this warning. -- Craig Rodrigues rodrigc@crodrigues.org