summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-11-17 03:13:36 +0100
committerDan McGee <dan@archlinux.org>2010-12-13 03:29:20 +0100
commitfc74ef93b6945dfac299433a9418fdd31798f6b6 (patch)
tree13f432eb666db3b2d825cfcc1d50afc2293782b4 /src
parent8e9a69e8f66b9b1a13e01ef0b67a78f2014754fa (diff)
downloadpacman-fc74ef93b6945dfac299433a9418fdd31798f6b6.tar.gz
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.c1
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>