From: Martin Matuska Date: Thu, 23 Mar 2017 16:30:45 +0000 (+0100) Subject: Support UF_HIDDEN file flag (FreeBSD and Darwin) X-Git-Tag: v3.3.2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92cb619661b5b52da63867305442e22892a503d;p=thirdparty%2Flibarchive.git Support UF_HIDDEN file flag (FreeBSD and Darwin) --- diff --git a/libarchive/archive_entry.c b/libarchive/archive_entry.c index e26819414..05c5563c7 100644 --- a/libarchive/archive_entry.c +++ b/libarchive/archive_entry.c @@ -1708,6 +1708,9 @@ static struct flag { #ifdef UF_COMPRESSED { "nocompressed",L"nocompressed", UF_COMPRESSED, 0 }, #endif +#ifdef UF_HIDDEN + { "nohidden", L"nohidden", UF_HIDDEN, 0 }, +#endif #if defined(FS_UNRM_FL) { "nouunlink", L"nouunlink", FS_UNRM_FL, 0}, #elif defined(EXT2_UNRM_FL)