eliminate delays which were for old emulex ucode only
[unix-history] / usr / src / sys / kern / tty_subr.c
index 66f911a..8650720 100644 (file)
@@ -1,8 +1,11 @@
+/*     tty_subr.c      4.5     %G%     */
+
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/conf.h"
 #include "../h/buf.h"
 #include "../h/tty.h"
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/conf.h"
 #include "../h/buf.h"
 #include "../h/tty.h"
+#include "tr.h"
 
 struct cblock {
        struct  cblock *c_next;
 
 struct cblock {
        struct  cblock *c_next;
@@ -396,7 +399,7 @@ register s;
        return(f);
 }
 
        return(f);
 }
 
-#ifdef notdef
+#ifdef UCBIPC
 char *
 nb_to_q(cp, cc, q)
 register char *cp;
 char *
 nb_to_q(cp, cc, q)
 register char *cp;