This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Hurd tui fix


As Marcus suggested.  Checked in branch and trunk; I used #if 0 because
the client code for this header is still #if 0'd.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2002-08-18  Daniel Jacobowitz  <drow@mvista.com>

        Fix PR gdb/655
        * tui.c: Disable <termio.h> include.

--- gdb-5.2.cvs20020401/gdb/tui/tui.c~  Mon Apr 29 22:15:46 2002
+++ gdb-5.2.cvs20020401/gdb/tui/tui.c   Mon Apr 29 21:42:20 2002
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]