* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.

* fhandler_tty.cc (fhandler_tty_slave::close): Fix typo in debug output.
This commit is contained in:
Christopher Faylor
2003-03-13 08:18:15 +00:00
parent 19bf3bcc3e
commit 6fcd5661fe
3 changed files with 10 additions and 3 deletions

View File

@@ -568,7 +568,7 @@ fhandler_tty_slave::close ()
if (!output_done_event)
{
fhandler_console::open_fhs--;
termios_printf ("decremeted open_fhs %d", fhandler_console::open_fhs);
termios_printf ("decremented open_fhs %d", fhandler_console::open_fhs);
}
return fhandler_tty_common::close ();
}