diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-05-09 00:31:03 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-10 02:16:00 +0200 |
commit | 4ba239ddbe936322bd7f9a8b17715ebaeb1cb800 (patch) | |
tree | 54d13689e60310babf35b5d9117278eade2ed758 /libdiskfs/diskfs.h | |
parent | edc6fe07c5a7f9ade000b3bfc17c030fe2086e21 (diff) | |
download | hurd-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/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 91b868bb..c8c1ab51 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -694,8 +694,9 @@ void diskfs_nrele_light (struct node *np); read. */ error_t diskfs_node_rdwr (struct node *np, char *data, loff_t off, - size_t amt, int dir, struct protid *cred, - size_t *amtread); + mach_msg_type_number_t amt, int dir, + struct protid *cred, + mach_msg_type_number_t *amtread); /* Send notifications to users who have requested them with |