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: --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot/boot.c b/boot/boot.c index f7935697..0d7ae74b 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -2041,7 +2041,7 @@ task_died (mach_port_t name) } /* Handle new task notifications from proc. */ -error_t +kern_return_t S_mach_notify_new_task (mach_port_t notify, mach_port_t task, mach_port_t parent) -- cgit v1.2.3