--- libptytty/src/ptytty.C 2011/12/02 08:45:45 1.44 +++ libptytty/src/ptytty.C 2011/12/20 16:09:32 1.45 @@ -331,8 +331,6 @@ if ((pty = get_pty (&tty, &name)) < 0) return false; - fcntl (pty, F_SETFL, O_NONBLOCK); - /* get slave (tty) */ if (tty < 0) {