summaryrefslogtreecommitdiff
path: root/tar/bsdtar_windows.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2009-07-19 03:20:51 -0400
committerTim Kientzle <kientzle@gmail.com>2009-07-19 03:20:51 -0400
commit06878e10269cfeabb614ac15f2e1abe584480e7e (patch)
treea71584850a7c193a320351e6c500da1dc943078c /tar/bsdtar_windows.h
parent864ba4d7eb3d3ef5bdfc3f112247d93529974ee3 (diff)
downloadlibarchive-06878e10269cfeabb614ac15f2e1abe584480e7e.tar.gz
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
Diffstat (limited to 'tar/bsdtar_windows.h')
-rw-r--r--tar/bsdtar_windows.h1
1 files changed, 0 insertions, 1 deletions
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,