diff options
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/boot.c b/boot/boot.c index 31023706..f9d7c13f 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1023,6 +1023,7 @@ read_reply () if (!qrhead) { spin_unlock (&queuelock); + spin_unlock (&readlock); return; } @@ -1594,6 +1595,7 @@ do_mach_notify_no_senders (mach_port_t notify, if (mscount == console_mscount) { restore_termstate (); +write (2, "bye\n", 4); uxexit (0); } else |