aboutsummaryrefslogtreecommitdiff
path: root/gdb/symm-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-07 04:49:34 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-07 04:49:34 +0000
commit2555fe1a4feb03dd0d7c32a51eb049b6fc265aec (patch)
tree68087274394f835138fc3bd477befa1bd4dceabb /gdb/symm-nat.c
parent44270758cd8e51b26d4bf8c58f2d69f27225a71f (diff)
downloadgdb-2555fe1a4feb03dd0d7c32a51eb049b6fc265aec.zip
gdb-2555fe1a4feb03dd0d7c32a51eb049b6fc265aec.tar.gz
gdb-2555fe1a4feb03dd0d7c32a51eb049b6fc265aec.tar.bz2
2003-02-06 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (symm-nat.o): Update dependencies. (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto. (lynx-nat.o, ia64-linux-nat.): Ditto. * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include "gdb_wait.h" instead of <wait.h> or <sys/wait.h>. * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
Diffstat (limited to 'gdb/symm-nat.c')
-rw-r--r--gdb/symm-nat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/symm-nat.c b/gdb/symm-nat.c
index fb52754..79caf5a 100644
--- a/gdb/symm-nat.c
+++ b/gdb/symm-nat.c
@@ -1,7 +1,7 @@
/* Sequent Symmetry host interface, for GDB when running under Unix.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1999, 2000,
- 2001
- Free Software Foundation, Inc.
+
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1999,
+ 2000, 2001, 2003 Free Software Foundation, Inc.
This file is part of GDB.
@@ -34,7 +34,7 @@
#define _INKERNEL
#include <signal.h>
#undef _INKERNEL
-#include <sys/wait.h>
+#include "gdb_wait.h"
#include <sys/param.h>
#include <sys/user.h>
#include <sys/proc.h>