bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 37/41] console-client: Port to x86_64


From: Sergey Bugaev
Subject: [PATCH 37/41] console-client: Port to x86_64
Date: Tue, 9 May 2023 00:31:32 +0300

---
 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,
-- 
2.40.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]