From 617263a6056d6305a49ff5d6a95468683f006647 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 29 Oct 2005 07:18:11 +0000 Subject: fixed a compilation warning --- src/pacman/util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-24-g4f1b