diff options
author | bde <bde@FreeBSD.org> | 2004-06-20 03:34:21 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-06-20 03:34:21 +0000 |
commit | 973a864f7e442b3b1619872d55d85d2ed1f64a79 (patch) | |
tree | 8f40f68c8e3959a7edea81f66c44d516545f9b42 /sys | |
parent | 61308bc09f058a04c44c8add7067faf6ca34b594 (diff) | |
download | FreeBSD-src-973a864f7e442b3b1619872d55d85d2ed1f64a79.zip FreeBSD-src-973a864f7e442b3b1619872d55d85d2ed1f64a79.tar.gz |
Fixed misformatting in previous commit.
Diffstat (limited to 'sys')
-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 407ca8a..1a2893d 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 407ca8a..1a2893d 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 */ |