From a345dc55f9d6ea302ec7bfbb0bda96cf20da80dd Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 8 Jan 2012 06:24:17 +0000 Subject: * dtable.cc (dtable::stdio_init): Always initialize console when we have one. * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Use a better method to print tty name for debugging. (fhandler_termios::bg_check): Ditto. * pinfo.cc (_pinfo::set_ctty): Remove leftover debugging stuff. Simplify behavior when setting tty's sid and pgid to avoid overwriting previously set values. * spawn.cc (ch_spawn): Cosmetic change. --- winsup/cygwin/spawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/spawn.cc') diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 8a5a93935..1bf2d1dd0 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -269,7 +269,7 @@ do_cleanup (void *args) # undef cleanup } -NO_COPY child_info_spawn ch_spawn; +child_info_spawn NO_COPY ch_spawn; int child_info_spawn::worker (const char *prog_arg, const char *const *argv, -- cgit v1.2.3