big footnotes, too.
[unix-history] / usr / src / sys / kern / subr_xxx.c
index 2cb6dc8..2579f9f 100644 (file)
@@ -1,4 +1,4 @@
-/*     subr_xxx.c      3.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;
@@ -173,7 +175,6 @@ register c;
  * when u_count is exhausted.  u_base is in the user's
  * address space unless u_segflg is set.
  */
  * when u_count is exhausted.  u_base is in the user's
  * address space unless u_segflg is set.
  */
-/*
 cpass()
 {
        register c, id;
 cpass()
 {
        register c, id;
@@ -192,7 +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