aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-os9k.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-03-07 08:57:32 +0000
committerStu Grossman <grossman@cygnus>1995-03-07 08:57:32 +0000
commit7baea9460866303161d1598eddb93a936973ef1d (patch)
tree277f3430e52757aa8273e70c4743415d91abbcd1 /gdb/remote-os9k.c
parent236274b9f8702183dc674bc53e4e09fc7beb9d0b (diff)
downloadgdb-7baea9460866303161d1598eddb93a936973ef1d.zip
gdb-7baea9460866303161d1598eddb93a936973ef1d.tar.gz
gdb-7baea9460866303161d1598eddb93a936973ef1d.tar.bz2
* defs.h utils.c remote-hms.c remote-pa.c remote.c: Fix defs and
usage of fputc_unfiltered and putchar_unfiltered. Eliminate putc_unfiltered (it's superfluous).
Diffstat (limited to 'gdb/remote-os9k.c')
-rw-r--r--gdb/remote-os9k.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/remote-os9k.c b/gdb/remote-os9k.c
index 9b6f7ba..a4f4e86 100644
--- a/gdb/remote-os9k.c
+++ b/gdb/remote-os9k.c
@@ -49,13 +49,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "symfile.h"
#include "objfiles.h"
#include "gdb-stabs.h"
-#include <termio.h>
-
-#ifdef HAVE_TERMIO
-# define TERMINAL struct termios
-#else
-# define TERMINAL struct sgttyb
-#endif
struct monitor_ops *current_monitor;
struct cmd_list_element *showlist;