Fix PR gdb/655
authorDaniel Jacobowitz <drow@false.org>
Sun, 18 Aug 2002 23:20:47 +0000 (23:20 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 18 Aug 2002 23:20:47 +0000 (23:20 +0000)
        * tui.c: Disable <termio.h> include.

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

index d278c6a73a779330842d438409a6bf0b11ee2b73..16d4835a435c76475ac83aabf2bb3d8753b61540 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-15  Andrew Cagney  <ac131313@redhat.com>
 
        * tui-out.c (XMALLOC): Delete macro.  Update copyright.
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"