summaryrefslogtreecommitdiff
path: root/gdb/infptrace.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-07 21:55:12 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-07 21:55:12 +0000
commit2ca152e12a60e36f5a8f9d46cc45fbe3492b51b6 (patch)
treee3773a57c8ef52d291fe62c5dce3a3dadc5bee3c /gdb/infptrace.c
parent5c9d8015b530b903031c63da37d56b2f8ddf5be9 (diff)
downloadgdb-2ca152e12a60e36f5a8f9d46cc45fbe3492b51b6.tar.gz
2004-09-07 Andrew Cagney <cagney@gnu.org>
* vx-share/wait.h: Delete #ifdef USG. * utils.c (request_quit): Ditto. * tui/tui.c (tui_reset): Ditto. * remote.c: Ditto. * remote-sds.c: Ditto. * remote-rdi.c: Ditto. * mdebugread.c: Ditto. * m68klinux-nat.c: Ditto. * infttrace.c: Ditto. * infptrace.c: Ditto. * i386v-nat.c: Ditto. * exec.c: Ditto. * dbxread.c: Ditto. * core-aout.c: Ditto.
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r--gdb/infptrace.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c
index 0c59d8f481a..fb7736c2fc5 100644
--- a/gdb/infptrace.c
+++ b/gdb/infptrace.c
@@ -32,10 +32,6 @@
#include "gdb_wait.h"
#include "gdb_string.h"
-#ifdef USG
-#include <sys/types.h>
-#endif
-
#include <sys/param.h>
#include "gdb_dirent.h"
#include <signal.h>