summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c
index a1bef66d..6913a39f 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -516,6 +516,6 @@ do_mach_notify_dead_name (mach_port_t notify,
mach_port_t name)
{
if (name == child_task && notify == bootport)
- exit ();
+ _exit (0);
}