diff options
Diffstat (limited to 'libdiskfs/file-get-trans.c')
-rw-r--r-- | libdiskfs/file-get-trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-get-trans.c b/libdiskfs/file-get-trans.c index 9cec73ae..b1ca6c00 100644 --- a/libdiskfs/file-get-trans.c +++ b/libdiskfs/file-get-trans.c @@ -119,7 +119,7 @@ diskfs_S_file_get_translator (struct protid *cred, else { char *string; - u_int len; + mach_msg_type_number_t len; err = diskfs_get_translator (np, &string, &len); if (!err) { |