* fhandler.h (fhandler_termios::fhandler_termios): Enable fixup
after fork. * fhandler_console.cc (fhandler_console::fhandler_console): Fixup after fork is now enabled in the base class constructor.
This commit is contained in:
@ -568,7 +568,7 @@ public:
|
||||
fhandler_termios (DWORD dev, const char *name = 0, int unit = 0) :
|
||||
fhandler_base (dev, name, unit)
|
||||
{
|
||||
// nothing to do
|
||||
set_need_fork_fixup ();
|
||||
}
|
||||
HANDLE& get_output_handle () { return output_handle; }
|
||||
int line_edit (const char *rptr, int nread, int always_accept = 0);
|
||||
|
Reference in New Issue
Block a user