* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
This commit is contained in:
parent
4ce975efd3
commit
50ed699a2a
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-23 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
|
||||||
|
|
||||||
2010-10-23 Christopher Faylor <me+cygwin@cgf.cx>
|
2010-10-23 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* fhandler.h (fhandler_termios::tcinit): Make second argument
|
* fhandler.h (fhandler_termios::tcinit): Make second argument
|
||||||
|
|
|
@ -1364,7 +1364,6 @@ fhandler_pty_master::open (int flags, mode_t)
|
||||||
//
|
//
|
||||||
// FIXME: Do this better someday
|
// FIXME: Do this better someday
|
||||||
fhandler_pty_master *arch = (fhandler_tty_master *) cmalloc_abort (HEAP_ARCHETYPES, sizeof (*this));
|
fhandler_pty_master *arch = (fhandler_tty_master *) cmalloc_abort (HEAP_ARCHETYPES, sizeof (*this));
|
||||||
small_printf ("tty%d myself->sid %d myself->pid %d this->tcgetpgrp %d\n", get_unit (), myself->sid, myself->pid, this->tcgetpgrp ());
|
|
||||||
*((fhandler_pty_master **) cygheap->fdtab.add_archetype ()) = arch;
|
*((fhandler_pty_master **) cygheap->fdtab.add_archetype ()) = arch;
|
||||||
archetype = arch;
|
archetype = arch;
|
||||||
*arch = *this;
|
*arch = *this;
|
||||||
|
|
Loading…
Reference in New Issue