diff options
Diffstat (limited to 'startup/startup.c')
-rw-r--r-- | startup/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startup/startup.c b/startup/startup.c index 33b5b9f2..fd16eb73 100644 --- a/startup/startup.c +++ b/startup/startup.c @@ -189,7 +189,7 @@ do_shutdown (void) if (! MACH_PORT_VALID (pc)) return errno; - shutdown (pc); + shutdown_shutdown (pc); return 0; } |