aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-08-28 19:12:23 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-08-28 19:12:23 +0000
commit4cee66d5a8a49f6bd6342923aff94262812fba73 (patch)
tree8523978e8159ce2569e02557fa2b6ced3030b39b /include
parent444566837c4b98f364fa486f9f288b0775ed3ed6 (diff)
downloadbusybox-4cee66d5a8a49f6bd6342923aff94262812fba73.tar.gz
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.h1
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 @@
#define ARCHIVE_CREATE_LEADING_DIRS 2
#define ARCHIVE_EXTRACT_UNCONDITIONAL 4
#define ARCHIVE_EXTRACT_QUIET 8
+#define ARCHIVE_EXTRACT_NEWER 16
#include <sys/types.h>
#include <stdio.h>