From owner-freebsd-tinderbox@FreeBSD.ORG Mon Jul 5 18:08:18 2004 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FB216A4CF; Mon, 5 Jul 2004 18:08:18 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E0B43D2D; Mon, 5 Jul 2004 18:08:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i65I76YW044524; Mon, 5 Jul 2004 12:07:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 05 Jul 2004 12:07:10 -0600 (MDT) Message-Id: <20040705.120710.115224774.imp@bsdimp.com> To: tinderbox@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040705134901.0304C7303F@freebsd-current.sentex.ca> References: <20040705134901.0304C7303F@freebsd-current.sentex.ca> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: i386@freebsd.org Subject: Re: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Tinderbox reports, responses, and meta-comments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 18:08:18 -0000 In message: <20040705134901.0304C7303F@freebsd-current.sentex.ca> FreeBSD Tinderbox writes: : /tinderbox/CURRENT/i386/pc98/src/sys/i4b/driver/i4b_ing.c:737: warning: unused variable `meta' Argh! It worked for me when I built here. I've updated my "fix" to make this compile. However, it is a gross kludge as this is a victum of the meta file changes wrt netgraph that weren't adequately tested before the commit (LINT didn't even compile). Warner