Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2000 00:45:48 -0700
From:      Travis Cole <tcole@nihilist.org>
To:        Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Cc:        current@freebsd.org
Subject:   Re: buildkernel breakage on Today's kernel
Message-ID:  <20001020004547.A18113@bonsai.nougat.org>
In-Reply-To: <20001020151129H.matusita@jp.FreeBSD.org>; from matusita@jp.FreeBSD.org on Fri, Oct 20, 2000 at 03:11:29PM %2B0900
References:  <20001020151129H.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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: <URL:http://current.jp.FreeBSD.org/build/i386/LINT/5.0-CURRENT-20001020-JPSNAP.bad>;
> 
> -- -
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001020004547.A18113>