diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/util.c | 1 |
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); |