]> Zhao Yanbai Git Server - minix.git/commitdiff
Use dev_t instead of Dev_t in structures.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 14:54:00 +0000 (14:54 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 14:54:00 +0000 (14:54 +0000)
servers/vfs/vnode.h

index 02d4472e590ddd453af4f1ee9bc16b9010215445..b53dd5ae536234e07735779aea0bd60a59fb1a39 100644 (file)
@@ -19,7 +19,7 @@ EXTERN struct vnode {
   dev_t v_dev;                  /* device number on which the corresponding 
                                    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 */
   struct vmnt *v_vmnt;          /* vmnt object of the partition */