aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-12-14 01:06:37 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-12-17 23:57:00 +0100
commit6b494f5e7599ece2ca981472d690db3df3133bde (patch)
tree82ea19a196c6e4c8c53ddce4d1528e92b9751cb1 /boot
parentb1d240be9b36a1db738e1357081987873be94636 (diff)
downloadhurd-6b494f5e7599ece2ca981472d690db3df3133bde.tar.gz
hurd-6b494f5e7599ece2ca981472d690db3df3133bde.tar.bz2
hurd-6b494f5e7599ece2ca981472d690db3df3133bde.zip
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: <ZXqbbXpVqQAwd2qv@jupiter.tail36e24.ts.net>
Diffstat (limited to 'boot')
-rw-r--r--boot/boot.c2
1 files changed, 1 insertions, 1 deletions
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)