From 00bc7025664821938047306b7bb1e883d33ca8b4 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 31 Jan 2013 21:46:57 +0000 Subject: Fix mkdosfs 2GB barrier Change-Id: I3627b35f8bd27048647764196d7cf6d34b7bc854 --- dosfstools/src/mkfs.fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosfstools/src/mkfs.fat.c b/dosfstools/src/mkfs.fat.c index dddbe2472..f6c6519d0 100644 --- a/dosfstools/src/mkfs.fat.c +++ b/dosfstools/src/mkfs.fat.c @@ -72,7 +72,7 @@ /* In earlier versions, an own llseek() was used, but glibc lseek() is * sufficient (or even better :) for 64 bit offsets in the meantime */ -#define llseek lseek +#define llseek lseek64 /* Constant definitions */ -- cgit v1.2.3