commit | 00bc7025664821938047306b7bb1e883d33ca8b4 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Thu Jan 31 21:46:57 2013 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Thu Nov 26 06:10:48 2015 +0200 |
tree | 83a54637ef9105734446c7bbd281b0aace21c5f1 | |
parent | 18794c820f109e6de2e16af0f058b562b0492cbc [diff] |
Fix mkdosfs 2GB barrier Change-Id: I3627b35f8bd27048647764196d7cf6d34b7bc854
diff --git a/dosfstools/src/mkfs.fat.c b/dosfstools/src/mkfs.fat.c index dddbe24..f6c6519 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 */