summaryrefslogtreecommitdiff
path: root/init/init.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-05 08:18:18 +0000
committerRoland McGrath <roland@gnu.org>1999-09-05 08:18:18 +0000
commitd91db643e165ddf13cf7b7634a2ea3f8da06a16e (patch)
treea32b509294c7f2e10bbe01856437d0b165c8f3dc /init/init.c
parent537ab45852320b65b5472febc936c892a5cd8c10 (diff)
1999-08-24 Roland McGrath <roland@baalperazim.frob.com>
* init.c (notify_shutdown): Add const to argument type.
Diffstat (limited to 'init/init.c')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 9315a5bc..1acf2b9c 100644
--- a/init/init.c
+++ b/init/init.c
@@ -204,7 +204,7 @@ crash_mach (void)
/* Notify all tasks that have requested shutdown notifications */
void
-notify_shutdown (char *msg)
+notify_shutdown (const char *msg)
{
struct ntfy_task *n;