diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/common/linux-osdata.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a40c64..a3c5fc6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-11-07 Pierre Muller <muller@sourceware.org> + + * common/linux-osdata.c (dirent.h): ARI fix: Remove. + File already uses "gdb_dirent.h" header. + 2012-11-07 Yao Qi <yao@codesourcery.com> * breakpoint.c (get_tracepoint_by_number): Remove 'extern int diff --git a/gdb/common/linux-osdata.c b/gdb/common/linux-osdata.c index 6488963..0b1c5ac 100644 --- a/gdb/common/linux-osdata.c +++ b/gdb/common/linux-osdata.c @@ -27,7 +27,6 @@ #include <sys/types.h> #include <sys/stat.h> -#include <dirent.h> #include <ctype.h> #include <stdlib.h> #include <string.h> |