kientzle 2004-06-30 04:54:07 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_extract.c
Log:
In case symlinks happen to already be sitting around, be sure to use
chmod() and not lchmod() whenever we know we didn't extract a symlink.
Revision Changes Path
1.27 +20 -6 src/lib/libarchive/archive_read_extract.c