bb9cf91795
This fixes building against cygwin which does not define off64_t. off_t under modern versions of OS X(or macOS) defaults to 64-bit. Furthermore, _FILE_OFFSET_BITS is defined to 64-bit which eliminates the need for using off64_t directly. Also, musl just like OS X defines off_t as 64-bit in all situations. Also removed some code related to this. Signed-off by: Rosen Penev <rosenp@gmail.com> |
||
---|---|---|
.. | ||
include/sparse | ||
backed_block.c | ||
backed_block.h | ||
defs.h | ||
Makefile | ||
output_file.c | ||
output_file.h | ||
sparse_crc32.c | ||
sparse_crc32.h | ||
sparse_defs.h | ||
sparse_err.c | ||
sparse_file.h | ||
sparse_format.h | ||
sparse_read.c | ||
sparse.c |