This commit is contained in:
Egor Duda 2001-03-13 07:58:29 +00:00
parent e935fcf08a
commit 344ce60cfb
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
2001-03-12 Egor Duda <deo@logos-m.ru>
* fhandler.h (fhandler_termios::fixup_after_exec): New function.
* fhandler.cc (fhandler_termios::fixup_after_fork): New function.
Fixup output handle.
* fhandler_termios.cc (fhandler_termios::fixup_after_fork): New
function. Fixup output handle.
* fhandler_tty.cc (fhandler_tty_common::fixup_after_fork): Output
handle is now fixed up in fhandler_termios::fixup_after_fork().