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/priv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs/priv.h') diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 420323dd..ca3c23ca 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -86,7 +86,8 @@ typedef struct bootinfo *bootinfo_t; be locked. If NOTIME is set, then don't update the access or modify times on the file. */ error_t _diskfs_rdwr_internal (struct node *np, char *data, off_t offset, - size_t *amt, int dir, int notime); + mach_msg_type_number_t *amt, + int dir, int notime); /* Called when we have a real user environment (complete with proc and auth ports). */ -- cgit v1.2.3