diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-28 19:12:23 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-28 19:12:23 +0000 |
commit | 4cee66d5a8a49f6bd6342923aff94262812fba73 (patch) | |
tree | 8523978e8159ce2569e02557fa2b6ced3030b39b /include | |
parent | 444566837c4b98f364fa486f9f288b0775ed3ed6 (diff) | |
download | busybox-w32-4cee66d5a8a49f6bd6342923aff94262812fba73.tar.gz busybox-w32-4cee66d5a8a49f6bd6342923aff94262812fba73.tar.bz2 busybox-w32-4cee66d5a8a49f6bd6342923aff94262812fba73.zip |
Dont unlink when testing !
Always preserve creation date
Disable the -p option its for modification date
Remove some cpio header debugging noise
Syncronise file listing behaviour with upstream.
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 8396f878c..1c4e851ab 100644 --- a/include/unarchive.h +++ b/include/unarchive.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #define ARCHIVE_CREATE_LEADING_DIRS 2 | 5 | #define ARCHIVE_CREATE_LEADING_DIRS 2 |
6 | #define ARCHIVE_EXTRACT_UNCONDITIONAL 4 | 6 | #define ARCHIVE_EXTRACT_UNCONDITIONAL 4 |
7 | #define ARCHIVE_EXTRACT_QUIET 8 | 7 | #define ARCHIVE_EXTRACT_QUIET 8 |
8 | #define ARCHIVE_EXTRACT_NEWER 16 | ||
8 | 9 | ||
9 | #include <sys/types.h> | 10 | #include <sys/types.h> |
10 | #include <stdio.h> | 11 | #include <stdio.h> |