Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/kern/tty_pty.c 85844 2001-11-01 20:56:57Z rwatson $
---
> * $FreeBSD: head/sys/kern/tty_pty.c 90831 2002-02-18 06:07:11Z dillon $
507c507
< (tp->t_canq.c_cc == 0 && (tp->t_iflag & ICANON)))))
---
> (tp->t_canq.c_cc == 0 && (tp->t_lflag & ICANON)))))
599c599
< (tp->t_canq.c_cc > 0 || !(tp->t_iflag&ICANON))) {
---
> (tp->t_canq.c_cc > 0 || !(tp->t_lflag&ICANON))) {