projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a900370
)
Silence ARI warning.
author
Mark Kettenis
<kettenis@gnu.org>
Sat, 1 Mar 2014 16:13:47 +0000
(17:13 +0100)
committer
Mark Kettenis
<kettenis@gnu.org>
Sat, 1 Mar 2014 16:13:47 +0000
(17:13 +0100)
gdb/ChangeLog:
* obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
gdb/ChangeLog
patch
|
blob
|
history
gdb/obsd-nat.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index db7cd0392a6fa3e26f19b477a7819e80c10e50b5..43243a6bd8fda89df0f9320e8d6cacf7029a355e 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2014-03-01 Mark Kettenis <kettenis@gnu.org>
+
+ * obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
+
2014-03-01 Mark Kettenis <kettenis@gnu.org>
* i386obsd-nat.c: Include "obsd-nat.h".
diff --git
a/gdb/obsd-nat.c
b/gdb/obsd-nat.c
index bef03d33ca221e69327188afdfc83b8684291d17..f53e6164cf151db2ee69e6276b06cfcc6370c248 100644
(file)
--- a/
gdb/obsd-nat.c
+++ b/
gdb/obsd-nat.c
@@
-25,7
+25,7
@@
#include "gdb_assert.h"
#include <sys/types.h>
#include <sys/ptrace.h>
-#include
<sys/wait.h>
+#include
"gdb_wait.h"
#include "inf-child.h"
#include "obsd-nat.h"