lint
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 28 May 1983 04:55:20 +0000 (20:55 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 28 May 1983 04:55:20 +0000 (20:55 -0800)
SCCS-vsn: sys/vax/mba/mba.c 4.32

usr/src/sys/vax/mba/mba.c

index de0da5d..6fa2fb2 100644 (file)
@@ -1,4 +1,4 @@
-/*     mba.c   4.31    83/05/18        */
+/*     mba.c   4.32    83/05/27        */
 
 #include "mba.h"
 #if NMBA > 0
 
 #include "mba.h"
 #if NMBA > 0
@@ -214,7 +214,6 @@ mbintr(mbanum)
        register int drive;
        int mbasr, as;
        extern struct mba_device *mbaconfig();
        register int drive;
        int mbasr, as;
        extern struct mba_device *mbaconfig();
-       static mbaddtape();
        
        /*
         * Read out the massbus status register
        
        /*
         * Read out the massbus status register
@@ -358,7 +357,6 @@ mbintr(mbanum)
 /*
  * For autoconfig'ng tape drives on the fly.
  */
 /*
  * For autoconfig'ng tape drives on the fly.
  */
-static
 mbaddtape(mi, drive)
        struct mba_device *mi;
        int drive;
 mbaddtape(mi, drive)
        struct mba_device *mi;
        int drive;