Skip to content

Commit

Permalink
Merge pull request #568 from paulharris/issue-traverse
Browse files Browse the repository at this point in the history
Correct comment regarding traverse mount points
  • Loading branch information
kientzle committed Jun 28, 2015
2 parents 039f9c8 + 2a86f9c commit 44fd56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libarchive/archive.h
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ __LA_DECL int archive_read_disk_set_atime_restored(struct archive *);
/* Default: Skip a mac resource fork file whose prefix is "._" because of
* using copyfile. */
#define ARCHIVE_READDISK_MAC_COPYFILE (0x0004)
/* Default: Do not traverse mount points. */
/* Default: Traverse mount points. */
#define ARCHIVE_READDISK_NO_TRAVERSE_MOUNTS (0x0008)
/* Default: Xattrs are read from disk. */
#define ARCHIVE_READDISK_NO_XATTR (0x0010)
Expand Down

0 comments on commit 44fd56a

Please sign in to comment.