]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Eliminate some more off_t usage; mark some that are okay because
authorTim Kientzle <kientzle@gmail.com>
Mon, 31 May 2010 19:01:37 +0000 (15:01 -0400)
committerTim Kientzle <kientzle@gmail.com>
Mon, 31 May 2010 19:01:37 +0000 (15:01 -0400)
commit1cc924729dab2d656141aaa3f220fde18aff8ba8
tree91fc4714f8cfcbe379da10974fd71712be8a39c7
parente84527bd717961761e6025171ef49d4db1a97027
Eliminate some more off_t usage; mark some that are okay because
they're only used on specific platforms where off_t is
required.

SVN-Revision: 2437
libarchive/archive_read_disk_entry_from_file.c
libarchive/archive_read_open_fd.c
libarchive/archive_read_open_filename.c
libarchive/archive_read_open_memory.c