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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 
--tcole


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to