OSDN Git Service

ARI fix: Use "gdb_stat.h" header instead of <sys/stat.h>.
authormuller <muller>
Mon, 6 Apr 2009 23:33:32 +0000 (23:33 +0000)
committermuller <muller>
Mon, 6 Apr 2009 23:33:32 +0000 (23:33 +0000)
* generic/gdbtk-cmds.c: Apply change.
* generic/gdbtk.c: Ditto.

gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-cmds.c
gdb/gdbtk/generic/gdbtk.c

index 571868d..c568e18 100644 (file)
@@ -1,5 +1,11 @@
 2009-04-07  Pierre Muller  <muller.u-strasbg.fr²>
 
+       ARI fix: Use "gdb_stat.h" header instead of <sys/stat.h>.
+       * generic/gdbtk-cmds.c: Apply change. 
+       * generic/gdbtk.c: Ditto.
+
+2009-04-07  Pierre Muller  <muller.u-strasbg.fr²>
+
        ARI fixes: xvasprintf and strdup rules.
        * generic/gdbtk-cmds.c (gdbtk_set_result): Replace xvasprintf by
        xstrvprintf.
index 8c31edb..f390133 100644 (file)
@@ -63,7 +63,7 @@
 #include <sys/ioctl.h>
 #endif
 #include <sys/time.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 
 #include "gdb_string.h"
 #include "dis-asm.h"
index 50ceb28..8a84c6d 100644 (file)
@@ -48,7 +48,7 @@
 #include "gdbtk.h"
 
 #include <fcntl.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif