* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length field
correctly when "need_nl".
This commit is contained in:
parent
47026c0785
commit
14323f6a97
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Aug 3 09:01:14 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set
|
||||||
|
length field correctly when "need_nl".
|
||||||
|
|
||||||
Wed Aug 2 22:58:07 2000 Christopher Faylor <cgf@cygnus.com>
|
Wed Aug 2 22:58:07 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* fork.cc (vfork): Store complete stack frame in vfork_save structure
|
* fork.cc (vfork): Store complete stack frame in vfork_save structure
|
||||||
|
|
|
@ -233,6 +233,7 @@ fhandler_pty_master::process_slave_output (char *buf, size_t len, int pktmode_on
|
||||||
don't check again here. */
|
don't check again here. */
|
||||||
buf[0] = '\n';
|
buf[0] = '\n';
|
||||||
need_nl = 0;
|
need_nl = 0;
|
||||||
|
rc = 1;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue