Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-08-07 09:15:59 +0400
committerChristopher Faylor <me@cgf.cx>2001-08-07 09:15:59 +0400
commit300624d4f35236a18ad3416ecc7f13a58de82780 (patch)
treefceffdff12bd1c484a2143c6da024b70c433f203 /winsup/cygwin/fhandler_termios.cc
parent96a3f4ae6884bbf0c2e96d8ab332c3fad85613bf (diff)
* fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console
area if it is already initialized. * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Augment debugging info.
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r--winsup/cygwin/fhandler_termios.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc
index 606c689ca..4a8c23862 100644
--- a/winsup/cygwin/fhandler_termios.cc
+++ b/winsup/cygwin/fhandler_termios.cc
@@ -65,7 +65,7 @@ fhandler_termios::tcinit (tty_min *this_tc, int force)
int
fhandler_termios::tcsetpgrp (const pid_t pgid)
{
- termios_printf ("pgid %d, sid %d, tsid %d", pgid,
+ termios_printf ("tty %d pgid %d, sid %d, tsid %d", tc->ntty, pgid,
myself->sid, tc->getsid ());
if (myself->sid != tc->getsid ())
{