summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cd9660/cd9660_node.h')
-rw-r--r--sys/fs/cd9660/cd9660_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_node.h b/sys/fs/cd9660/cd9660_node.h
index a5b228c..fb74f39 100644
--- a/sys/fs/cd9660/cd9660_node.h
+++ b/sys/fs/cd9660/cd9660_node.h
@@ -52,7 +52,7 @@ typedef struct {
uid_t iso_uid; /* owner user id */
gid_t iso_gid; /* owner group id */
short iso_links; /* links of file */
- udev_t iso_rdev; /* Major/Minor number for special */
+ dev_t iso_rdev; /* Major/Minor number for special */
} ISO_RRIP_INODE;
OpenPOWER on IntegriCloud