early non-blocking stuff
[unix-history] / usr / src / sys / kern / subr_xxx.c
index 301ff97..2579f9f 100644 (file)
@@ -1,4 +1,4 @@
-/*     subr_xxx.c      4.3     %G%     */
+/*     subr_xxx.c      4.9     81/11/20        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -166,6 +166,8 @@ register c;
        return(u.u_count == 0? -1: 0);
 }
 
        return(u.u_count == 0? -1: 0);
 }
 
+#include "ct.h"
+#if NCT > 0
 /*
  * Pick up and return the next character from the user's
  * write call at location u_base;
 /*
  * Pick up and return the next character from the user's
  * write call at location u_base;
@@ -191,6 +193,7 @@ cpass()
        u.u_base++;
        return(c&0377);
 }
        u.u_base++;
        return(c&0377);
 }
+#endif
 
 /*
  * Routine which sets a user error; placed in
 
 /*
  * Routine which sets a user error; placed in