summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorBrooks Davis <brooks@one-eyed-alien.net>2015-02-10 17:43:10 +0000
committerBrooks Davis <brooks@one-eyed-alien.net>2015-05-14 18:53:06 +0000
commit11cb66c391be342548ce819897cf17f573babc00 (patch)
tree0187144fea39ee9a56eca9cee3badda5ccfc661d /tar/bsdtar.h
parent6a595ef611d0365ae741d8a2758462213babb851 (diff)
downloadlibarchive-11cb66c391be342548ce819897cf17f573babc00.tar.gz
Add a new tar option --clear-nochange-fflags that causes file system
flags which might prevent the removal or modifiction of files to be cleared before attempting to remove them. Sponsored by: DARPA, AFRL
Diffstat (limited to 'tar/bsdtar.h')
-rw-r--r--tar/bsdtar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h
index 8e64b0a7..c05bfe88 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -119,6 +119,7 @@ enum {
OPTION_B64ENCODE = 1,
OPTION_CHECK_LINKS,
OPTION_CHROOT,
+ OPTION_CLEAR_NOCHANGE_FFLAGS,
OPTION_DISABLE_COPYFILE,
OPTION_EXCLUDE,
OPTION_FORMAT,