From e9ac14979a70d0b36684fb4bac031daa7dcb9a6a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 8 Aug 2023 01:44:19 +0200 Subject: Get rid of u_int in RPCs To get mach_msg_type_number_t everywhere --- trans/streamio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/streamio.c') diff --git a/trans/streamio.c b/trans/streamio.c index 272a002c..991f9ad5 100644 --- a/trans/streamio.c +++ b/trans/streamio.c @@ -1040,7 +1040,7 @@ dev_read (size_t amount, void **buf, size_t *len, int nowait) error_t device_read_reply_inband (mach_port_t reply, error_t errorcode, - const io_buf_ptr_inband_t data, u_int datalen) + const io_buf_ptr_inband_t data, mach_msg_type_number_t datalen) { if (reply != phys_reply) return EOPNOTSUPP; -- cgit v1.2.3