summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/boot2/inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/boot2/inode.h')
-rw-r--r--sys/boot/pc98/boot2/inode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/inode.h b/sys/boot/pc98/boot2/inode.h
index 9a59f99..facc122 100644
--- a/sys/boot/pc98/boot2/inode.h
+++ b/sys/boot/pc98/boot2/inode.h
@@ -69,7 +69,7 @@ struct inode {
struct vnode *i_vnode;/* Vnode associated with this inode. */
struct vnode *i_devvp;/* Vnode for block I/O. */
u_int32_t i_flag; /* flags, see below */
- dev_t i_dev; /* Device associated with the inode. */
+ struct cdev *i_dev; /* Device associated with the inode. */
ino_t i_number; /* The identity of the inode. */
int i_effnlink; /* i_nlink when I/O completes */
OpenPOWER on IntegriCloud