From 4ba239ddbe936322bd7f9a8b17715ebaeb1cb800 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 9 May 2023 00:31:03 +0300 Subject: libdiskfs: Port to x86_64 Message-Id: <20230508213136.608575-9-bugaevc@gmail.com> --- libdiskfs/file-getfh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs/file-getfh.c') 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; -- cgit v1.2.3