add conditional on #if NUP > 0
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Fri, 14 Nov 1980 11:59:21 +0000 (03:59 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Fri, 14 Nov 1980 11:59:21 +0000 (03:59 -0800)
SCCS-vsn: sys/vax/uba/up.c 4.3

usr/src/sys/vax/uba/up.c

index 7646672..a79d82c 100644 (file)
@@ -1,6 +1,7 @@
-/*     up.c    4.2     %G%     */
+/*     up.c    4.3     %G%     */
 
 #include "../conf/up.h"
 
 #include "../conf/up.h"
+#if NUP > 0
 /*
  * UNIBUS disk driver with overlapped seeks and ECC recovery.
  */
 /*
  * UNIBUS disk driver with overlapped seeks and ECC recovery.
  */
@@ -762,3 +763,4 @@ active:
                printf("\n");
        }
 }
                printf("\n");
        }
 }
+#endif