cvs commit: src/lib/libarchive archive_read_extract.c
Tim Kientzle
kientzle at FreeBSD.org
Mon Jun 28 07:12:10 PDT 2004
kientzle 2004-06-28 14:12:10 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_extract.c
Log:
Some implicit dirs were not having the umask correctly
applied to their permissions. Just calculate the
default dir mode once and use it consistently, rather than
trying to remember to calculate it everywhere it's needed.
Revision Changes Path
1.26 +13 -4 src/lib/libarchive/archive_read_extract.c
More information about the cvs-src
mailing list