From e4b867954d2683bc93d25d6d781017c6e382d03e Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 9 May 2023 00:31:32 +0300 Subject: console-client: Port to x86_64 Message-Id: <20230508213136.608575-38-bugaevc@gmail.com> --- console-client/trans.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3