From owner-freebsd-current@FreeBSD.ORG Tue Nov 30 03:25:10 2004 Return-Path: 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 697AF16A4CE; Tue, 30 Nov 2004 03:25:10 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D5843D1F; Tue, 30 Nov 2004 03:25:09 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id BC71F651F4; Tue, 30 Nov 2004 03:25:07 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 61582-05-4; Tue, 30 Nov 2004 03:25:07 +0000 (GMT) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E5ED0651EE; Tue, 30 Nov 2004 03:24:59 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 393F46710; Mon, 29 Nov 2004 19:24:54 -0800 (PST) Date: Mon, 29 Nov 2004 19:24:53 -0800 From: Bruce M Simpson To: Tai-hwa Liang Message-ID: <20041130032453.GC61236@empiric.icir.org> References: <20041130021454.906EF7306E@freebsd-current.sentex.ca> <0411301053530.66150@www.mmlab.cse.yzu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0411301053530.66150@www.mmlab.cse.yzu.edu.tw> cc: current@freebsd.org cc: peter@freebsd.org cc: i386@freebsd.org Subject: Re: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 30 Nov 2004 03:25:10 -0000 On Tue, Nov 30, 2004 at 10:57:50AM +0800, Tai-hwa Liang wrote: > Looks like src/sys/kern/subr_param.c:1.68 breaks the build. Would someone > please commit following patch? Bandaid committed, thanks. BMS