diff options
author | robi <robi> | 2011-12-16 20:10:38 +0000 |
---|---|---|
committer | robi <robi> | 2011-12-16 20:10:38 +0000 |
commit | be0c55229494231393ae0f122cac8d19753d6804 (patch) | |
tree | 2a24350baffbeab4b2896261d0c57e7cf6579c43 /src/lookup_local.c | |
parent | ae69498e24734878c5b4116bbef0801312fc9b7d (diff) |
BUG #018427: support for libext2fs 1.41.x and 1.42.x
Diffstat (limited to 'src/lookup_local.c')
-rw-r--r-- | src/lookup_local.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lookup_local.c b/src/lookup_local.c index 7235c6d..4f62414 100644 --- a/src/lookup_local.c +++ b/src/lookup_local.c @@ -275,9 +275,9 @@ static int convert_dir_block(char *buf, int flags){ * local_dir_iterate3() (modi of ext2fs_process_dir_block */ static int local_process_dir_block(ext2_filsys fs, - blk_t *blocknr, + blk64_t *blocknr, e2_blkcnt_t blockcnt, - blk_t ref_block EXT2FS_ATTR((unused)), + blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) { |