OSDN Git Service

Update nindy files - #include "gdb_wait.h" instead of "wait.h".
authorAndrew Cagney <cagney@redhat.com>
Wed, 9 Feb 2000 09:04:27 +0000 (09:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 9 Feb 2000 09:04:27 +0000 (09:04 +0000)
gdb/ChangeLog
gdb/nindy-share/Onindy.c
gdb/nindy-share/nindy.c

index d02d819..22e0b01 100644 (file)
@@ -14,6 +14,7 @@ Wed Feb  9 18:59:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        infttrace.c, lin-thread.c, infptrace.c, gnu-nat.c, gdbarch.c,
        fork-child.c, command.c: Include "gdb_wait.h" instead of <wait.h>
        or <sys/wait.h>.
+       * nindy-share/nindy.c, nindy-share/Onindy.c: Ditto.
 
        * gdb_wait.h: New file.  Based on ../include/wait.h. Include
        <sys/wait.h> or <wait.h> and then define any missing WIF macros.
index c3724e6..a11400d 100644 (file)
@@ -48,7 +48,7 @@
 #include "serial.h"
 
 #include "block_io.h"
-#include "wait.h"
+#include "gdb_wait.h"
 #include "env.h"
 
 /* Number of bytes that we send to nindy.  I believe this is defined by
index e275e49..9846fc6 100644 (file)
@@ -78,7 +78,7 @@
 #include "ttycntl.h"
 #endif
 #include "block_io.h"
-#include "wait.h"
+#include "gdb_wait.h"
 #include "env.h"
 
 #define DLE    0x10    /* ^P */