compile only when on 780
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 18 Dec 1980 02:36:40 +0000 (18:36 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 18 Dec 1980 02:36:40 +0000 (18:36 -0800)
SCCS-vsn: sys/vax/vax/flp.c 4.2

usr/src/sys/vax/vax/flp.c

index 09654b4..3793817 100644 (file)
@@ -1,5 +1,6 @@
-/*     flp.c   4.1     %G%     */
+/*     flp.c   4.2     %G%     */
 
 
+#if VAX==780
 #include "../h/flp.h"
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/flp.h"
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -256,3 +257,4 @@ error:
                break;
        }
 }
                break;
        }
 }
+#endif