Fri Jan 14 17:12:28 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Sat, 15 Jan 1994 01:15:55 +0000 (01:15 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 15 Jan 1994 01:15:55 +0000 (01:15 +0000)
* lynx-nat.c (sys/wait.h): Don't use absolute pathname.

gdb/ChangeLog
gdb/lynx-nat.c

index 8f47c99c6a0ba9ff56fb2759abf852052878aea2..7d6f71dd2e349e7ce1d13bc651b89ea737d6c792 100644 (file)
@@ -1,3 +1,13 @@
+Fri Jan 14 17:12:28 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * lynx-nat.c (sys/wait.h): Don't use absolute pathname.
+
+Fri Jan 14 11:06:10 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus
+       changes (status -> ourstatus; declare status, etc.).
+       * config/nm-lynx.h: Fix child_wait prototype and include target.h.
+
 Fri Jan 14 14:17:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * Makefile.in (ALLPARAM): Add config/nm-lynx.h.
index 0c4e1caa019110efd9ddf1faf44fd64354f2bdf6..48e52d2a7c285982e21d668b43f8768b585a2df0 100644 (file)
@@ -1,5 +1,5 @@
 /* Native-dependent code for LynxOS.
-   Copyright 1993 Free Software Foundation, Inc.
+   Copyright 1993, 1994 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "target.h"
 
 #include <sys/ptrace.h>
-#include "/usr/include/sys/wait.h"
+#include <sys/wait.h>
 
 static unsigned long registers_addr PARAMS ((int pid));