]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-08-18 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Sun, 18 Aug 2002 23:42:03 +0000 (23:42 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 18 Aug 2002 23:42:03 +0000 (23:42 +0000)
        Fix PR gdb/655
        * tui.c: Disable <termio.h> include.

gdb/tui/ChangeLog
gdb/tui/tui.c

index 2f676a88d1b42432bb5269f151885ca14fe0388e..3123304fc76b11f1d0d6fb2438a674251c474c6c 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR gdb/655
+       * tui.c: Disable <termio.h> include.
+
 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
 
        * tui-hooks.c: Add FIXME to explain true/false problem.  Update
index 7912efc8765c6886250c08ee26410b6739869385..6b132b7332c1868a9e2ad89895d6138467a18a43 100644 (file)
@@ -48,7 +48,9 @@
 #endif
 #include <signal.h>
 #include <fcntl.h>
+#if 0
 #include <termio.h>
+#endif
 #include <setjmp.h>
 #include "defs.h"
 #include "gdbcmd.h"