diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-08-07 15:04:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-08-07 15:04:27 +0000 |
| commit | 8b149b513139803ca0fce264d653c45dfbc557d2 (patch) | |
| tree | d28ecab1cd6104f6189a11004e6d3615215cf931 /sys/isofs | |
| parent | cccd491d52980ce7206febb0d2bb7a314e7a9594 (diff) | |
Notes
Diffstat (limited to 'sys/isofs')
| -rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 42455f08eae49..8df32e039bb28 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/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; }; |
