diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-07 17:31:57 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-07 17:31:57 +0000 |
commit | fde9fcb594ca52233ddbe06ad667f1ccaaeb7862 (patch) | |
tree | ec9ba7c76f004669ec3876a663c62e4df0014768 /gdb/remote-os9k.c | |
parent | 9b8882e7735b2ab3deb8a338b3e27a0633898d0c (diff) | |
download | gdb-fde9fcb594ca52233ddbe06ad667f1ccaaeb7862.tar.gz |
import gdb-1999-07-07 pre reformat
Diffstat (limited to 'gdb/remote-os9k.c')
-rw-r--r-- | gdb/remote-os9k.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/remote-os9k.c b/gdb/remote-os9k.c index 714400f57d5..2abfa837683 100644 --- a/gdb/remote-os9k.c +++ b/gdb/remote-os9k.c @@ -1,5 +1,5 @@ /* Remote debugging interface for boot monitors, for GDB. - Copyright 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc. + Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GDB. @@ -40,19 +40,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "gdbcore.h" #include "target.h" #include "wait.h" - #ifdef ANSI_PROTOTYPES #include <stdarg.h> #else #include <varargs.h> #endif -#ifdef HAVE_SYS_SELECT_H -#include <sys/select.h> -#endif #include <signal.h> -#include <sys/types.h> - #include "gdb_string.h" +#include <sys/types.h> #include "command.h" #include "serial.h" #include "monitor.h" |