diff options
author | Miles Bader <miles@gnu.org> | 1995-04-16 20:16:10 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-16 20:16:10 +0000 |
commit | 969e40e974824e52e55779e700c398317f641411 (patch) | |
tree | b82b45e7f1c0dd65186223dd0342497993ba8b0e | |
parent | 03c6a32a652f53cae81de8afccf23f5eaec9e790 (diff) |
Formerly ext2fs.h.~15~
-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; |