ttynew bug fix fix

utzoo!decvax!ucbvax!dist2 utzoo!decvax!ucbvax!dist2
Mon Sep 21 00:37:19 AEST 1981


	The previously mentioned fix to ttynew.c was incorrectly stated.
The change should be:

diff ttynew.c.old ttynew.c
327c327
< 	if (tp->t_local & LDECCTQ && tp->t_state & TTSTOP)
---
> 	if (tp->t_local & LDECCTQ && tp->t_state & TTSTOP &&
>	    tun.t_startc != tun.t_stopc)

The difference is the use of "&&" rather than "&" after TTSTOP.

			Carl



More information about the Comp.bugs.2bsd mailing list