From 56b5feb639f51385da560289e1c1e65512fb3f67 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 27 Dec 2003 00:25:02 +0000 Subject: * exceptions.cc (try_to_debug): Fix off-by-one problem when resetting environment variable after error_start detected. * fhandler_tty_slave.cc (fhandler_tty_slave::close): Clarify debug message. * syscalls.cc (setsid): Don't increment usecount here, since it will be automatically decremented on close. --- winsup/cygwin/fhandler_tty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_tty.cc') diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 60b12a939..d5cbcadd1 100644 --- a/winsup/cygwin/fhandler_tty.cc +++ b/winsup/cygwin/fhandler_tty.cc @@ -620,7 +620,7 @@ fhandler_tty_slave::close () if (archetype->usecount < 0) system_printf ("usecount %d", archetype->usecount); #endif - termios_printf ("just exiting because archetype usecount is > 0"); + termios_printf ("just returning because archetype usecount is > 0"); return 0; } -- cgit v1.2.3