ache ffb698bc12 Don't use
if (tp->t_line != 0)
test when CS_ODONE, it fails for NTTYDISC, use
		       if (linesw[tp->t_line].l_start != ttstart)
instead.

Reviewed by:
Submitted by:
Obtained from:
CVS:
1995-03-28 12:26:40 +00:00
..
1995-03-21 22:41:19 +00:00
1995-03-27 19:41:11 +00:00
1994-08-02 07:55:43 +00:00
1995-03-25 18:14:37 +00:00
1995-03-28 12:26:40 +00:00
1995-02-27 19:47:53 +00:00
1995-03-03 08:37:52 +00:00