From da458f105df7e72010faf7085a069f25a97e754b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 16 Mar 2003 23:38:21 +0000 Subject: * fhandler_console.cc (fhandler_console::close): Correct check for current tty. Add debugging output when console is freed. (set_console_state_for_spawn): Add debugging output. * fhandler_tty.cc (fhandler_tty_slave::open): Don't decrement console open flag when vforking. * sigproc.cc (sigproc_terminate): Fix debugging output. * spawn.cc (handle): Eliminate second argument. (spawn_guts): Reflect elimination of argument change to handle. * syscalls.cc (setsid): Add debugging output when console is freed. --- winsup/cygwin/sigproc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 5261c64d8..51c91c323 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -608,7 +608,7 @@ sigproc_terminate (void) hwait_sig = NULL; if (!sig_loop_wait) - sigproc_printf ("sigproc_terminate: sigproc handling not active"); + sigproc_printf ("sigproc handling not active"); else { sigproc_printf ("entering"); -- cgit v1.2.3