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
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-08 07:51:39 +02:00
2015-04-08 07:51:39 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-09-14 16:59:23 +02:00
2015-04-04 22:26:16 +02:00
2015-05-01 18:13:00 +02:00
2015-05-01 18:13:00 +02:00
2015-04-08 07:51:39 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
2015-04-04 22:26:16 +02:00
Description
No description provided
153 KiB
Languages
C 99.6%
Makefile 0.4%