summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/boot2
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-16 18:21:22 +0000
committerphk <phk@FreeBSD.org>2004-06-16 18:21:22 +0000
commit78e719f581217bf6d0dcb0a0d314eb2b892becde (patch)
treed68ed7f9df8de59912634d70e63002b75d017809 /sys/boot/pc98/boot2
parent7a09e3e4825e0183dac6159c62aec217c83a33b8 (diff)
downloadFreeBSD-src-78e719f581217bf6d0dcb0a0d314eb2b892becde.zip
FreeBSD-src-78e719f581217bf6d0dcb0a0d314eb2b892becde.tar.gz
Unspam sys/boot, the dev_t commit should not have touched these.
Spotted by: peter
Diffstat (limited to 'sys/boot/pc98/boot2')
-rw-r--r--sys/boot/pc98/boot2/dinode.h2
-rw-r--r--sys/boot/pc98/boot2/inode.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/boot2/dinode.h b/sys/boot/pc98/boot2/dinode.h
index e5fa7e6..2a78f34 100644
--- a/sys/boot/pc98/boot2/dinode.h
+++ b/sys/boot/pc98/boot2/dinode.h
@@ -94,7 +94,7 @@ struct dinode {
* The di_db fields may be overlaid with other information for
* file types that do not have associated disk storage. Block
* and character devices overlay the first data block with their
- * struct cdev *value. Short symbolic links place their path in the
+ * dev_t value. Short symbolic links place their path in the
* di_db area.
*/
#define di_inumber di_u.inumber
diff --git a/sys/boot/pc98/boot2/inode.h b/sys/boot/pc98/boot2/inode.h
index facc122..9a59f99 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 */
- struct cdev *i_dev; /* Device associated with the inode. */
+ dev_t 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