diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-07 21:55:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-07 21:55:12 +0000 |
commit | 2ca152e12a60e36f5a8f9d46cc45fbe3492b51b6 (patch) | |
tree | e3773a57c8ef52d291fe62c5dce3a3dadc5bee3c /gdb/m68klinux-nat.c | |
parent | 5c9d8015b530b903031c63da37d56b2f8ddf5be9 (diff) | |
download | gdb-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/m68klinux-nat.c')
-rw-r--r-- | gdb/m68klinux-nat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/m68klinux-nat.c b/gdb/m68klinux-nat.c index 70a40b70f7d..30a4c9deae8 100644 --- a/gdb/m68klinux-nat.c +++ b/gdb/m68klinux-nat.c @@ -30,10 +30,6 @@ #include "m68k-tdep.h" -#ifdef USG -#include <sys/types.h> -#endif - #include <sys/param.h> #include <sys/dir.h> #include <signal.h> |