diff options
-rw-r--r-- | ext2fs/ext2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index 76a8aa39..d18220ce 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -121,7 +121,7 @@ off_t disk_pager_size; void *disk_image; char *device_name; -mach_port_t ext2fs_device; +mach_port_t device_port; /* Our in-core copy of the super-block. */ struct ext2_super_block *sblock; |