summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cd9660')
-rw-r--r--sys/fs/cd9660/cd9660_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c
index 42455f0..8df32e0 100644
--- a/sys/fs/cd9660/cd9660_vfsops.c
+++ b/sys/fs/cd9660/cd9660_vfsops.c
@@ -620,8 +620,8 @@ cd9660_statfs(mp, sbp, td)
*/
struct ifid {
- ushort ifid_len;
- ushort ifid_pad;
+ u_short ifid_len;
+ u_short ifid_pad;
int ifid_ino;
long ifid_start;
};
OpenPOWER on IntegriCloud