summaryrefslogtreecommitdiff
path: root/shutdown
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 /shutdown
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 'shutdown')
-rw-r--r--shutdown/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/shutdown.c b/shutdown/shutdown.c
index 44ae975a..f821b1f2 100644
--- a/shutdown/shutdown.c
+++ b/shutdown/shutdown.c
@@ -54,7 +54,7 @@ struct port_class *trivfs_protid_class;
struct port_class *trivfs_control_class;
kern_return_t
-S_shutdown(trivfs_protid_t server)
+S_shutdown_shutdown(trivfs_protid_t server)
{
disappear_via_acpi();
return 0;