diff options
Diffstat (limited to 'ext2fs/dir.c')
-rw-r--r-- | ext2fs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/dir.c b/ext2fs/dir.c index 65adc079..5a298f0b 100644 --- a/ext2fs/dir.c +++ b/ext2fs/dir.c @@ -146,7 +146,7 @@ diskfs_lookup_hard (struct node *dp, const char *name, enum lookup_type type, memory_object_t memobj; vm_address_t buf = 0; vm_size_t buflen = 0; - int blockaddr; + vm_address_t blockaddr; int idx, lastidx; int looped; |