* fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() to
reflect existence. * fhandler.h (fhandler_pty_common::fhandler_pty_common): Ditto. * pinfo.cc (_pinfo::set_ctty): Output device numbers in hex.
This commit is contained in:
@ -1140,7 +1140,7 @@ class fhandler_pty_common: public fhandler_termios
|
||||
output_mutex (NULL),
|
||||
input_mutex (NULL), input_available_event (NULL)
|
||||
{
|
||||
// nothing to do
|
||||
pc.file_attributes (FILE_ATTRIBUTE_NORMAL);
|
||||
}
|
||||
HANDLE output_mutex, input_mutex;
|
||||
HANDLE input_available_event;
|
||||
|
Reference in New Issue
Block a user