summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-02 15:39:43 -0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-03 11:35:29 +0100
commit8d4a84a44b85dd982f3130d004c29c8382f516ac (patch)
tree94ce8cd286f2c7d9586400b863ee66dddbe662a8 /hurd
parent835a1112dc5ca8d066fa1d0e2dfb979c19bf58be (diff)
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.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/shutdown.defs2
1 files changed, 1 insertions, 1 deletions
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
);