* 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.
This commit is contained in:
@@ -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 ())
|
||||
{
|
||||
|
Reference in New Issue
Block a user