summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/util.c')
-rw-r--r--src/pacman/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c
index b0c6ffcd..cda555ab 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -77,7 +77,6 @@ int rmrf(char *path)
struct dirent *dp;
DIR *dirp;
char name[PATH_MAX];
- extern int errno;
if(!unlink(path)) {
return(0);