SC11 > 0 rather than ifdef SC11
[unix-history] / usr / src / sys / vax / uba / up.c
index 555a0ed..a63873b 100644 (file)
@@ -1,7 +1,10 @@
-/*     up.c    4.4     %G%     */
+/*     up.c    4.6     %G%     */
 
 #include "../conf/up.h"
 #if NUP > 0
 
 #include "../conf/up.h"
 #if NUP > 0
+#if SC11 > 0
+#include "../dev/up.c.SC11"
+#else
 /*
  * UNIBUS disk driver with overlapped seeks and ECC recovery.
  */
 /*
  * UNIBUS disk driver with overlapped seeks and ECC recovery.
  */
@@ -775,3 +778,4 @@ active:
        }
 }
 #endif
        }
 }
 #endif
+#endif