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>2010-10-23 22:11:20 +0400
committerChristopher Faylor <me@cgf.cx>2010-10-23 22:11:20 +0400
commit50ed699a2a62146372d8544f603b4b30b8b6e421 (patch)
treedc5d536c35b1a6404008a354dee61c266bc866eb
parent4ce975efd3d490db601ee16e5b73cba644a2ed40 (diff)
* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/fhandler_tty.cc1
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e9ee7c864..599d26fc3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
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>
+
* fhandler.h (fhandler_termios::tcinit): Make second argument
non-optional.
* fhandler_console.cc (fhandler_console::open): Specify second argument
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index 898469750..f2616e7e2 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -1364,7 +1364,6 @@ fhandler_pty_master::open (int flags, mode_t)
//
// FIXME: Do this better someday
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;
archetype = arch;
*arch = *this;