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/private | ||
libsparse | ||
allocate.c | ||
allocate.h | ||
canned_fs_config.c | ||
canned_fs_config.h | ||
contents.c | ||
contents.h | ||
crc16.c | ||
ext4_extents.h | ||
ext4_kernel_headers.h | ||
ext4_sb.c | ||
ext4_sb.h | ||
ext4_utils.c | ||
ext4_utils.h | ||
ext4.h | ||
ext4fixup.c | ||
ext4fixup.h | ||
extent.c | ||
extent.h | ||
indirect.c | ||
indirect.h | ||
jbd2.h | ||
make_ext4fs_main.c | ||
make_ext4fs.c | ||
Makefile | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE | ||
sha1.c | ||
sha1.h | ||
uuid.c | ||
uuid.h | ||
wipe.c | ||
wipe.h | ||
xattr.h |