diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-05-06 19:52:23 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-05-06 19:52:23 +0000 |
commit | b292fca800177d0aef7d73a8c99951a974861050 (patch) | |
tree | 5a42454cd4e4bb9341e50f32efb714c82f8a7b49 /gdb/gdbserver/low-sun3.c | |
parent | 6149af094e48ff255fab64fb087811ee53156b8d (diff) | |
download | gdb-b292fca800177d0aef7d73a8c99951a974861050.zip gdb-b292fca800177d0aef7d73a8c99951a974861050.tar.gz gdb-b292fca800177d0aef7d73a8c99951a974861050.tar.bz2 |
Fri May 6 11:56:54 1994 Stan Shebs (shebs@andros.cygnus.com)
* gdbserver/Makefile.in: Remove irrelevant definitions and
comments inherited from the gdb Makefile.
(BFD_DIR, BFD, BFD_SRC, BFD_CFLAGS): Add from gdb Makefile.
(VERSION): Update to 4.12.3.
(gdbserver): Remove any existing executable first.
(distclean, realclean): Remove nm.h.
* gdbserver/low-lynx.c: Add Sparc Lynx support.
* gdbserver/low-sparc.c, gdbserver/low-sun3.c (sys/wait.h):
Don't use absolute pathname.
Diffstat (limited to 'gdb/gdbserver/low-sun3.c')
-rw-r--r-- | gdb/gdbserver/low-sun3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/low-sun3.c b/gdb/gdbserver/low-sun3.c index 7b630a9..b61f90e 100644 --- a/gdb/gdbserver/low-sun3.c +++ b/gdb/gdbserver/low-sun3.c @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" -#include "/usr/include/sys/wait.h" +#include "<sys/wait.h>" #include "frame.h" #include "inferior.h" |