summaryrefslogtreecommitdiff
path: root/gdb/inf-child.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2012-01-23 13:35:20 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2012-01-23 13:35:20 +0000
commit247a6fbfda881aa9423535c33a6844616647c3b6 (patch)
treec04ff1fda4aea04cdb72df8ac9bab885150b549d /gdb/inf-child.c
parente45e48a58cc293da96922eea1c149a98450343ee (diff)
downloadgdb-247a6fbfda881aa9423535c33a6844616647c3b6.tar.gz
* inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
* linux-tdep.c (linux_info_proc): Avoid ARI coding style warning. * target.c (target_fileio_pwrite): Remove buffer address from debug output. (target_fileio_pread): Likewise.
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r--gdb/inf-child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c
index 22718248b13..96c11579f8e 100644
--- a/gdb/inf-child.c
+++ b/gdb/inf-child.c
@@ -26,6 +26,7 @@
#include "target.h"
#include "inferior.h"
#include "gdb_string.h"
+#include "gdb_stat.h"
#include "inf-child.h"
#include "gdb/fileio.h"
@@ -33,7 +34,6 @@
#include <sys/param.h> /* for MAXPATHLEN */
#endif
#include <sys/types.h>
-#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>