From 6b494f5e7599ece2ca981472d690db3df3133bde Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 14 Dec 2023 01:06:37 -0500 Subject: Update server handlers to return kern_return_error to fix -Werror=enum-int-mismatch warnings MiG expects those to return kern_return_t. Message-ID: --- libnetfs/io-get-icky-async-id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/io-get-icky-async-id.c') diff --git a/libnetfs/io-get-icky-async-id.c b/libnetfs/io-get-icky-async-id.c index 23dac534..81e0063f 100644 --- a/libnetfs/io-get-icky-async-id.c +++ b/libnetfs/io-get-icky-async-id.c @@ -21,7 +21,7 @@ #include "netfs.h" #include "io_S.h" -error_t +kern_return_t netfs_S_io_get_icky_async_id (struct protid *user, mach_port_t *pt, mach_msg_type_name_t *ptt) { -- cgit v1.2.3