diff options
author | Dan McGee <dan@archlinux.org> | 2010-11-16 20:13:36 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-12 20:29:20 -0600 |
commit | fc74ef93b6945dfac299433a9418fdd31798f6b6 (patch) | |
tree | 13f432eb666db3b2d825cfcc1d50afc2293782b4 /src | |
parent | 8e9a69e8f66b9b1a13e01ef0b67a78f2014754fa (diff) | |
download | pacman-fc74ef93b6945dfac299433a9418fdd31798f6b6.tar.xz |
dirent usage cleanup
We were including the header in a lot of places it is no longer used.
Additionally, use the correct autoconf macro for determining whether
d_type is available as a member: HAVE_STRUCT_DIRENT_D_TYPE.
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/callback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 32dafb50..925f1fcf 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -26,7 +26,6 @@ #include <sys/time.h> #include <sys/types.h> /* off_t */ #include <unistd.h> -#include <dirent.h> #include <wchar.h> #include <alpm.h> |