filestuff.c: Include "gdb_dirent.h" instead of <dirent.h>
authorJoel Brobecker <brobecker@gnat.com>
Tue, 30 Apr 2013 08:20:47 +0000 (08:20 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 30 Apr 2013 08:20:47 +0000 (08:20 +0000)
gdb/ChangeLog:

        * common/filestuff.c: Replace #include <dirent.h> by
        #include "gdb_dirent.h".

gdb/ChangeLog
gdb/common/filestuff.c

index 402971b64fa4b12a2769b39cb81ff0bc8b7f338d..dc37b960859118d46fbaefd72335e5e1246bd8d3 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * common/filestuff.c: Replace #include <dirent.h> by
+       #include "gdb_dirent.h".
+
 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
 
        * common/filestuff.c: Replace #include <sys/stat.h> by
index 0271ea8b5acfed6945f5dbba4855dae9b472e035..68f66ca6d0f96edc640fd04520f1884829a21730 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef HAVE_FDWALK
 
-#include <dirent.h>
+#include "gdb_dirent.h"
 
 /* Replacement for fdwalk, if the system doesn't define it.  Walks all
    open file descriptors (though this implementation may walk closed
This page took 0.037452 seconds and 4 git commands to generate.