make_ext4fs/libsparse
Rosen Penev bb9cf91795 make_ext4fs: Remove off64_t in favor of standard off_t
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>
2017-05-09 23:34:18 +02:00
..
include/sparse Import libsparse sources 2015-04-04 22:47:39 +02:00
backed_block.c Import libsparse sources 2015-04-04 22:47:39 +02:00
backed_block.h Import libsparse sources 2015-04-04 22:47:39 +02:00
defs.h Import libsparse sources 2015-04-04 22:47:39 +02:00
Makefile libsparse: add Makefile 2015-04-04 22:48:01 +02:00
output_file.c make_ext4fs: Remove off64_t in favor of standard off_t 2017-05-09 23:34:18 +02:00
output_file.h Import libsparse sources 2015-04-04 22:47:39 +02:00
sparse_crc32.c Import libsparse sources 2015-04-04 22:47:39 +02:00
sparse_crc32.h Import libsparse sources 2015-04-04 22:47:39 +02:00
sparse_defs.h Import libsparse sources 2015-04-04 22:47:39 +02:00
sparse_err.c Import libsparse sources 2015-04-04 22:47:39 +02:00
sparse_file.h Import libsparse sources 2015-04-04 22:47:39 +02:00
sparse_format.h Import libsparse sources 2015-04-04 22:47:39 +02:00
sparse_read.c make_ext4fs: Remove off64_t in favor of standard off_t 2017-05-09 23:34:18 +02:00
sparse.c Import libsparse sources 2015-04-04 22:47:39 +02:00