aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/priv.h
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2023-05-09 00:31:03 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-10 02:16:00 +0200
commit4ba239ddbe936322bd7f9a8b17715ebaeb1cb800 (patch)
tree54d13689e60310babf35b5d9117278eade2ed758 /libdiskfs/priv.h
parentedc6fe07c5a7f9ade000b3bfc17c030fe2086e21 (diff)
downloadhurd-4ba239ddbe936322bd7f9a8b17715ebaeb1cb800.tar.gz
hurd-4ba239ddbe936322bd7f9a8b17715ebaeb1cb800.tar.bz2
hurd-4ba239ddbe936322bd7f9a8b17715ebaeb1cb800.zip
libdiskfs: Port to x86_64
Message-Id: <20230508213136.608575-9-bugaevc@gmail.com>
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r--libdiskfs/priv.h3
1 files changed, 2 insertions, 1 deletions
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). */