Use dev_t instead of Dev_t in structures.
This commit is contained in:
parent
097d8fee66
commit
9df94c5ee8
@ -19,7 +19,7 @@ EXTERN struct vnode {
|
|||||||
dev_t v_dev; /* device number on which the corresponding
|
dev_t v_dev; /* device number on which the corresponding
|
||||||
inode resides */
|
inode resides */
|
||||||
|
|
||||||
Dev_t v_sdev; /* device number for special files */
|
dev_t v_sdev; /* device number for special files */
|
||||||
unsigned short v_index; /* inode's index in the FS inode table */
|
unsigned short v_index; /* inode's index in the FS inode table */
|
||||||
struct vmnt *v_vmnt; /* vmnt object of the partition */
|
struct vmnt *v_vmnt; /* vmnt object of the partition */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user