diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-21 00:52:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-21 00:52:21 +0000 |
commit | 8b814b4a349e2262c0ad25793b05206a14651ebb (patch) | |
tree | d58a9a4b05e6c662d1ccdcca8da82173d52c1e4b /include | |
parent | 76478b8091d4c3472fb0c7e572c350d150ecd459 (diff) | |
download | busybox-w32-8b814b4a349e2262c0ad25793b05206a14651ebb.tar.gz busybox-w32-8b814b4a349e2262c0ad25793b05206a14651ebb.tar.bz2 busybox-w32-8b814b4a349e2262c0ad25793b05206a14651ebb.zip |
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.h | 1 |
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 | |||
11 | #define ARCHIVE_EXTRACT_NEWER 16 | 11 | #define ARCHIVE_EXTRACT_NEWER 16 |
12 | #define ARCHIVE_NOPRESERVE_OWN 32 | 12 | #define ARCHIVE_NOPRESERVE_OWN 32 |
13 | #define ARCHIVE_NOPRESERVE_PERM 64 | 13 | #define ARCHIVE_NOPRESERVE_PERM 64 |
14 | #define ARCHIVE_NUMERIC_OWNER 128 | ||
14 | 15 | ||
15 | typedef struct file_header_t { | 16 | typedef struct file_header_t { |
16 | char *name; | 17 | char *name; |