From d69ac2b18baf0b62f62e0f8b19a861efb7ce536a Mon Sep 17 00:00:00 2001 From: Spegelius Date: Sun, 23 Nov 2014 15:15:06 +0200 Subject: Changed off_t to loff_t - off_t is long, loff_t is long long (32bit vs. 64bit) - exfat requites 64 bit to support larger than 2GB fs Change-Id: I70293e45d7d6686317edc759092e738a2ebdd860 --- exfat/libexfat/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exfat/libexfat/mount.c') diff --git a/exfat/libexfat/mount.c b/exfat/libexfat/mount.c index 0d6ce9ead..45a5d4999 100644 --- a/exfat/libexfat/mount.c +++ b/exfat/libexfat/mount.c @@ -106,7 +106,7 @@ static void parse_options(struct exfat* ef, const char* options) } static bool verify_vbr_checksum(struct exfat_dev* dev, void* sector, - off_t sector_size) + loff_t sector_size) { uint32_t vbr_checksum; int i; -- cgit v1.2.3