From owner-freebsd-current Fri Oct 20 0:45:58 2000 Delivered-To: freebsd-current@freebsd.org Received: from bonsai.nougat.org (189.193.6.64.reflexcom.com [64.6.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 4183B37B4CF for ; Fri, 20 Oct 2000 00:45:55 -0700 (PDT) Received: by bonsai.nougat.org (Postfix, from userid 1001) id 2147E6CB1; Fri, 20 Oct 2000 00:45:48 -0700 (PDT) Date: Fri, 20 Oct 2000 00:45:48 -0700 From: Travis Cole To: Makoto MATSUSHITA Cc: current@freebsd.org Subject: Re: buildkernel breakage on Today's kernel Message-ID: <20001020004547.A18113@bonsai.nougat.org> References: <20001020151129H.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1us In-Reply-To: <20001020151129H.matusita@jp.FreeBSD.org>; from matusita@jp.FreeBSD.org on Fri, Oct 20, 2000 at 03:11:29PM +0900 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This should make it build.... *** bktr_os_old.c Fri Oct 20 00:37:32 2000 --- bktr_os.c Fri Oct 20 00:43:59 2000 *************** *** 464,469 **** --- 464,471 ---- static int bktr_detach( device_t dev ) { + int unit; + struct bktr_softc *bktr = device_get_softc(dev); /* Disable the brooktree device */ On Fri, Oct 20, 2000 at 03:11:29PM +0900, Makoto MATSUSHITA wrote: > > ../../dev/bktr/bktr_os.c: In function `bktr_detach': > ../../dev/bktr/bktr_os.c:484: `unit' undeclared (first use in this function) > ../../dev/bktr/bktr_os.c:484: (Each undeclared identifier is reported only once > ../../dev/bktr/bktr_os.c:484: for each function it appears in.) > > More logfile: > > -- - > Makoto `MAR' MATSUSHITA > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- --tcole To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message