From 06878e10269cfeabb614ac15f2e1abe584480e7e Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sun, 19 Jul 2009 03:20:51 -0400 Subject: Remove the attempt to determine "root" for Windows. It's not really feasible and just gets weirder the longer we look at it. We now assume different defaults only for the root user on non-Windows systems. SVN-Revision: 1238 --- tar/bsdtar_windows.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tar/bsdtar_windows.h') diff --git a/tar/bsdtar_windows.h b/tar/bsdtar_windows.h index 5dfe02c5..b1b874e4 100644 --- a/tar/bsdtar_windows.h +++ b/tar/bsdtar_windows.h @@ -46,7 +46,6 @@ extern DIR *opendir(const char *path); extern struct dirent *readdir(DIR *dirp); extern int closedir(DIR *dirp); -extern int bsdtar_is_privileged(struct bsdtar *bsdtar); extern void write_hierarchy_win(struct bsdtar *bsdtar, struct archive *a, const char *path, void (*write_hierarchy)(struct bsdtar *bsdtar, -- cgit v1.2.1