]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Distinguish between the end of ACL data and an error in pulling
authorkientzle <kientzle@FreeBSD.org>
Thu, 8 Mar 2007 06:07:07 +0000 (06:07 +0000)
committerkientzle <kientzle@FreeBSD.org>
Thu, 8 Mar 2007 06:07:07 +0000 (06:07 +0000)
commit4e920aa7c052f62027cb1ed20263ce2b499bfd84
tree36ac5eadd7de228f2bcd37880a20d268e4325d0d
parent4f72159a41f5e0ca35644948d1641ff55bd0a866
Distinguish between the end of ACL data and an error in pulling
ACL data from the archive entry.  This doesn't impact
archive_read_extract or archive_write_disk since they only
check for != ARCHIVE_OK when calling this function.  (Though
they should be more careful.)
lib/libarchive/archive_entry.c