Go to file
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/private Remove Android specific code paths 2015-04-08 07:51:39 +02:00
libsparse make_ext4fs: Remove off64_t in favor of standard off_t 2017-05-09 23:34:18 +02:00
allocate.c Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
allocate.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
canned_fs_config.c Support comments in fs config 2015-04-08 07:51:39 +02:00
canned_fs_config.h Fix fs configuration support 2015-04-08 07:51:39 +02:00
contents.c Remove unused functions 2015-04-08 07:51:39 +02:00
contents.h Remove dead selinux code 2015-04-08 07:51:39 +02:00
crc16.c Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
ext4_extents.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
ext4_kernel_headers.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
ext4_sb.c Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
ext4_sb.h Allow specifying reserved blocks percentage 2015-04-08 07:51:39 +02:00
ext4_utils.c make_ext4fs: Remove off64_t in favor of standard off_t 2017-05-09 23:34:18 +02:00
ext4_utils.h make_ext4fs: Remove off64_t in favor of standard off_t 2017-05-09 23:34:18 +02:00
ext4.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
ext4fixup.c make_ext4fs: Remove off64_t in favor of standard off_t 2017-05-09 23:34:18 +02:00
ext4fixup.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
extent.c make_ext4fs: Remove off64_t in favor of standard off_t 2017-05-09 23:34:18 +02:00
extent.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
indirect.c Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
indirect.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
jbd2.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
make_ext4fs_main.c Allow specifying reserved blocks percentage 2015-04-08 07:51:39 +02:00
make_ext4fs.c Allow creating empty filesystem images 2016-08-14 22:10:51 +02:00
Makefile Add option to link zlib statically 2015-09-14 16:59:23 +02:00
MODULE_LICENSE_APACHE2 Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
NOTICE Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
sha1.c avoid using libc's internal sys/cdefs.h 2015-05-01 18:13:00 +02:00
sha1.h avoid using libc's internal sys/cdefs.h 2015-05-01 18:13:00 +02:00
uuid.c Remove MinGW support code 2015-04-08 07:51:39 +02:00
uuid.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
wipe.c Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
wipe.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00
xattr.h Import make_ext4fs sources 2015-04-04 22:26:16 +02:00