cvs commit: src/lib/libarchive archive_read_support_format_tar.c
Colin Percival
cperciva at FreeBSD.org
Mon Apr 2 04:21:24 UTC 2007
cperciva 2007-04-02 04:21:23 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_tar.c
Log:
Now that there is always a compression-layer skip function available,
skip over the end-of-entry padding instead of reading and discarding
it.
Considering that tar files normally have a block size of 10kB, this
isn't likely to avoid reading any data, but at least it makes the code
simpler and clearer.
Revision Changes Path
1.51 +3 -9 src/lib/libarchive/archive_read_support_format_tar.c
More information about the cvs-src
mailing list