From a8d51bf0ce26fd26e00338540857f43b8a99e126 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 1 Jan 2022 13:53:31 +0100 Subject: Fix build warnings No actual behavior change. --- 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 44aabef1..fb449a8a 100644 --- a/trans/streamio.c +++ b/trans/streamio.c @@ -998,7 +998,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, - char *data, u_int datalen) + io_buf_ptr_inband_t data, u_int datalen) { if (reply != phys_reply) return EOPNOTSUPP; -- cgit v1.2.3