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/fs/udf/udf_vfsops.c | |
| parent | cccd491d52980ce7206febb0d2bb7a314e7a9594 (diff) | |
Notes
Diffstat (limited to 'sys/fs/udf/udf_vfsops.c')
| -rw-r--r-- | sys/fs/udf/udf_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/udf/udf_vfsops.c b/sys/fs/udf/udf_vfsops.c index f9cf3deefd83..c8f7e49c42d2 100644 --- a/sys/fs/udf/udf_vfsops.c +++ b/sys/fs/udf/udf_vfsops.c @@ -647,8 +647,8 @@ udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) } struct ifid { - ushort ifid_len; - ushort ifid_pad; + u_short ifid_len; + u_short ifid_pad; int ifid_ino; long ifid_start; }; |
