From: Bill Joy Date: Fri, 14 Nov 1980 11:59:21 +0000 (-0800) Subject: add conditional on #if NUP > 0 X-Git-Tag: BSD-4^3~3 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/a801d8f21d45a642246d9031a8a574370425c64b add conditional on #if NUP > 0 SCCS-vsn: sys/vax/uba/up.c 4.3 --- diff --git a/usr/src/sys/vax/uba/up.c b/usr/src/sys/vax/uba/up.c index 7646672a9d..a79d82c0ac 100644 --- a/usr/src/sys/vax/uba/up.c +++ b/usr/src/sys/vax/uba/up.c @@ -1,6 +1,7 @@ -/* up.c 4.2 %G% */ +/* up.c 4.3 %G% */ #include "../conf/up.h" +#if NUP > 0 /* * UNIBUS disk driver with overlapped seeks and ECC recovery. */ @@ -762,3 +763,4 @@ active: printf("\n"); } } +#endif