aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-21 00:52:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-21 00:52:21 +0000
commit8b814b4a349e2262c0ad25793b05206a14651ebb (patch)
treed58a9a4b05e6c662d1ccdcca8da82173d52c1e4b /include
parent76478b8091d4c3472fb0c7e572c350d150ecd459 (diff)
downloadbusybox-8b814b4a349e2262c0ad25793b05206a14651ebb.tar.gz
tar: support for tar --numeric-owner. By Natanael Copa.
function old new delta tar_longopts 221 237 +16 data_extract_all 692 705 +13 tar_main 690 702 +12
Diffstat (limited to 'include')
-rw-r--r--include/unarchive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unarchive.h b/include/unarchive.h
index beb962c8f..9d4f1fa40 100644
--- a/include/unarchive.h
+++ b/include/unarchive.h
@@ -11,6 +11,7 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
#define ARCHIVE_EXTRACT_NEWER 16
#define ARCHIVE_NOPRESERVE_OWN 32
#define ARCHIVE_NOPRESERVE_PERM 64
+#define ARCHIVE_NUMERIC_OWNER 128
typedef struct file_header_t {
char *name;