make_ext4fs: Remove off64_t in favor of standard off_t
authorRosen Penev <rosenp@gmail.com>
Sat, 8 Apr 2017 17:38:12 +0000 (10:38 -0700)
committerJo-Philipp Wich <jo@mein.io>
Tue, 9 May 2017 21:34:18 +0000 (23:34 +0200)
commitbb9cf91795e1254584bf6a38a070646597724089
treedd3ad22d2166bc72909733844aa589f49ee3f13e
parent484903e4332be6c317f531b008cb2a841a18c506
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>
ext4_utils.c
ext4_utils.h
ext4fixup.c
extent.c
libsparse/output_file.c
libsparse/sparse_read.c