]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/devfs/devfsdefs.h
xnu-201.tar.gz
[apple/xnu.git] / bsd / miscfs / devfs / devfsdefs.h
index 630795bb4650abc7138af84394e84b3296bd6e5d..6f5ef57a90c90a58546a9540d6dd962e1dc1cf0d 100644 (file)
@@ -107,8 +107,8 @@ struct devnode
     devfstype_t                dn_type;
     int                        dn_flags;
     u_short            dn_mode;
-    u_short            dn_uid; 
-    u_short            dn_gid;
+    uid_t              dn_uid; 
+    gid_t              dn_gid;
     struct timespec    dn_atime;/* time of last access */
     struct timespec    dn_mtime;/* time of last modification */
     struct timespec    dn_ctime;/* time file changed */