diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-23 13:35:22 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-23 13:35:22 +0000 |
commit | a71b5a3812de2a9da03eb91bc31df306f28c3d11 (patch) | |
tree | 359b132793cda58e7100cc8d9e660a45e4a4be48 /gdb/inf-child.c | |
parent | d12c31dfa70fad2a5e062d93d0c7e55818fe725e (diff) | |
download | gdb-a71b5a3812de2a9da03eb91bc31df306f28c3d11.zip gdb-a71b5a3812de2a9da03eb91bc31df306f28c3d11.tar.gz gdb-a71b5a3812de2a9da03eb91bc31df306f28c3d11.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index 2271824..96c1157 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> |