aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbxread.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
commit1f04aa626601752ffbb4af60a478a1f1e8e0ad6b (patch)
tree0bee548f4850736784ff8f2be9d79c130c1367b0 /gdb/dbxread.c
parentada1953ecdd174aaad246792e88f09febe1e1106 (diff)
downloadgdb-1f04aa626601752ffbb4af60a478a1f1e8e0ad6b.zip
gdb-1f04aa626601752ffbb4af60a478a1f1e8e0ad6b.tar.gz
gdb-1f04aa626601752ffbb4af60a478a1f1e8e0ad6b.tar.bz2
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/dbxread.c')
-rw-r--r--gdb/dbxread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index e537744..5436d4a 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -37,7 +37,7 @@
#include "defs.h"
#include "gdb_string.h"
-#if defined(USG) || defined(__CYGNUSCLIB__)
+#if defined(__CYGNUSCLIB__)
#include <sys/types.h>
#include <fcntl.h>
#endif