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.
This commit is contained in:
Andrew Cagney
2003-02-07 04:49:34 +00:00
parent 44270758cd
commit 2555fe1a4f
9 changed files with 48 additions and 29 deletions

View File

@@ -1,6 +1,7 @@
/* Native-dependent code for LynxOS.
Copyright 1993, 1994, 1995, 1996, 1999, 2000, 2001
Free Software Foundation, Inc.
Copyright 1993, 1994, 1995, 1996, 1999, 2000, 2001, 2003 Free
Software Foundation, Inc.
This file is part of GDB.
@@ -27,7 +28,7 @@
#include "regcache.h"
#include <sys/ptrace.h>
#include <sys/wait.h>
#Include "gdb_wait.h"
#include <sys/fpp.h>
static unsigned long registers_addr (int pid);