diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-05-09 00:31:32 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-10 02:46:32 +0200 |
commit | e4b867954d2683bc93d25d6d781017c6e382d03e (patch) | |
tree | 73179f3378c2f425f4aefc3cd623694bc7a0776f /console-client | |
parent | 77fab9fa13be4ec6274c8f2e437e632418ce087d (diff) | |
download | hurd-e4b867954d2683bc93d25d6d781017c6e382d03e.tar.gz hurd-e4b867954d2683bc93d25d6d781017c6e382d03e.tar.bz2 hurd-e4b867954d2683bc93d25d6d781017c6e382d03e.zip |
console-client: Port to x86_64
Message-Id: <20230508213136.608575-38-bugaevc@gmail.com>
Diffstat (limited to 'console-client')
-rw-r--r-- | console-client/trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/trans.h b/console-client/trans.h index c7ca6a79..6089b987 100644 --- a/console-client/trans.h +++ b/console-client/trans.h @@ -39,7 +39,7 @@ struct consnode does. */ error_t (*write) (struct protid *user, const char *data, mach_msg_type_number_t datalen, off_t offset, - mach_msg_type_number_t *amount); + vm_size_t *amount); /* This is exactly the same as io_select{,_timeout} do. */ error_t (*select) (struct protid *user, mach_port_t reply, |