From 8d4a84a44b85dd982f3130d004c29c8382f516ac Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 2 Mar 2019 15:39:43 -0800 Subject: shutdown: rename shutdown RPC to shutdown_shutdown For coherency with usage, and to avoid conflicting with shutdown(2) * hurd/shutdown.defs (shutdown): Rename to shutdown_shutdown. * shutdown/shutdown.c (S_shutdown): Rename to S_shutdown_shutdown. * startup/startup.c (do_shutdown): Call shutdown_shutdown instead of shutdown. --- startup/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startup/startup.c') 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; } -- cgit v1.2.3