diff options
Diffstat (limited to 'libdiskfs/file-getfh.c')
-rw-r--r-- | libdiskfs/file-getfh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/file-getfh.c b/libdiskfs/file-getfh.c index 291a70c3..db120813 100644 --- a/libdiskfs/file-getfh.c +++ b/libdiskfs/file-getfh.c @@ -26,7 +26,8 @@ /* Return an NFS file handle for CRED in FH & FN_LEN. */ error_t -diskfs_S_file_getfh (struct protid *cred, data_t *fh, size_t *fh_len) +diskfs_S_file_getfh (struct protid *cred, data_t *fh, + mach_msg_type_number_t *fh_len) { struct node *node; union diskfs_fhandle *f; |