From 07152891c24ab1d43f647d7250f691842a473e84 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 29 Apr 1996 20:49:05 +0000 Subject: (reboot_system): Not *yet*. --- init/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init') diff --git a/init/init.c b/init/init.c index e6f6cd86..35cd466f 100644 --- a/init/init.c +++ b/init/init.c @@ -156,7 +156,11 @@ reboot_system (int flags) error_t err; printf ("init: notifying %p\n", (void *) n->notify_port); fflush (stdout); +#ifdef notyet err = msg_startup_dosync (n->notify_port, 60000); /* 1 minute to reply */ +#else + err = msg_startup_dosync (n->notify_port); +#endif if (err && err != MACH_SEND_INVALID_DEST) { printf ("init: %p complained: %s\n", -- cgit v1.2.3