PASS8 affects only input, not output
authorJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Sat, 26 Apr 1986 16:13:04 +0000 (08:13 -0800)
committerJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Sat, 26 Apr 1986 16:13:04 +0000 (08:13 -0800)
SCCS-vsn: sys/vax/uba/dmz.c 6.8

usr/src/sys/vax/uba/dmz.c

index c938480..6691e99 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dmz.c       6.7 (Berkeley) %G%
+ *     @(#)dmz.c       6.8 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -580,7 +580,7 @@ dmzstart(tp)
 
        if (tp->t_outq.c_cc == 0)
                goto out;
 
        if (tp->t_outq.c_cc == 0)
                goto out;
-       if (tp->t_flags & (RAW | LITOUT | PASS8))
+       if (tp->t_flags & (RAW | LITOUT))
                nch = ndqb(&tp->t_outq, 0);
        else {
                nch = ndqb(&tp->t_outq, 0200);
                nch = ndqb(&tp->t_outq, 0);
        else {
                nch = ndqb(&tp->t_outq, 0200);