summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-01-19 06:51:43 -0500
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-01-19 06:51:43 -0500
commitffa08263e3add5f077e444cde2b1488be2984360 (patch)
treed6aef3bc1a55e156c6291b6c3344f6551850cc68 /tar/bsdtar.h
parent3df7554a9745565e8b9ad830ce5d65facdae475f (diff)
downloadlibarchive-ffa08263e3add5f077e444cde2b1488be2984360.tar.gz
Implement optional behavior of archive_read_disk that do not traverse mount points if user requests.
SVN-Revision: 4186
Diffstat (limited to 'tar/bsdtar.h')
-rw-r--r--tar/bsdtar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h
index c9bf9544..1f7dd74a 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -62,7 +62,6 @@ struct bsdtar {
const char *compress_program;
char option_absolute_paths; /* -P */
char option_chroot; /* --chroot */
- char option_dont_traverse_mounts; /* --one-file-system */
char option_fast_read; /* --fast-read */
const char *option_options; /* --options */
char option_interactive; /* -w */