pass rw flags to d_stop indicating which queues were flushed
[unix-history] / usr / src / sys / kern / subr_xxx.c
index 18b78f5..2579f9f 100644 (file)
@@ -1,4 +1,4 @@
-/*     subr_xxx.c      4.5     81/03/09        */
+/*     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,7 +166,8 @@ register c;
        return(u.u_count == 0? -1: 0);
 }
 
        return(u.u_count == 0? -1: 0);
 }
 
-#ifdef unneeded
+#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;