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. --- hurd/shutdown.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/shutdown.defs b/hurd/shutdown.defs index b2ceb751..afd586bc 100644 --- a/hurd/shutdown.defs +++ b/hurd/shutdown.defs @@ -28,6 +28,6 @@ SHUTDOWN_IMPORTS /* * Shut down the computer */ -routine shutdown ( +routine shutdown_shutdown ( server : shutdown_t ); -- cgit v1.2.3