diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-06-20 03:34:21 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-06-20 03:34:21 +0000 |
| commit | addc95fee3de00cbcaacb6ddfe75c3670f5556d6 (patch) | |
| tree | 8f40f68c8e3959a7edea81f66c44d516545f9b42 /sys/gnu | |
| parent | 8f7c483f5c21436075353764ea5802977e7036b1 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_mount.h | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_mount.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_mount.h b/sys/gnu/ext2fs/ext2_mount.h index 407ca8a3c257..1a2893db7654 100644 --- a/sys/gnu/ext2fs/ext2_mount.h +++ b/sys/gnu/ext2fs/ext2_mount.h @@ -44,7 +44,7 @@ struct vnode; /* This structure describes the ext2fs specific mount structure data. */ struct ext2mount { struct mount *um_mountp; /* filesystem vfs structure */ - struct cdev *um_dev; /* device mounted */ + struct cdev *um_dev; /* device mounted */ struct vnode *um_devvp; /* block device mounted vnode */ struct ext2_sb_info *um_e2fs; /* EXT2FS */ diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h index 407ca8a3c257..1a2893db7654 100644 --- a/sys/gnu/fs/ext2fs/ext2_mount.h +++ b/sys/gnu/fs/ext2fs/ext2_mount.h @@ -44,7 +44,7 @@ struct vnode; /* This structure describes the ext2fs specific mount structure data. */ struct ext2mount { struct mount *um_mountp; /* filesystem vfs structure */ - struct cdev *um_dev; /* device mounted */ + struct cdev *um_dev; /* device mounted */ struct vnode *um_devvp; /* block device mounted vnode */ struct ext2_sb_info *um_e2fs; /* EXT2FS */ |
