make_ext4fs: Remove off64_t in favor of standard off_t
[project/make_ext4fs.git] / extent.c
index 1900b10..7c5515e 100644 (file)
--- a/extent.c
+++ b/extent.c
@@ -55,7 +55,7 @@ static u8 *extent_create_backing(struct block_allocation *alloc,
 static void extent_create_backing_file(struct block_allocation *alloc,
        u64 backing_len, const char *filename)
 {
-       off64_t offset = 0;
+       off_t offset = 0;
        for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
                u32 region_block;
                u32 region_len;