From d91db643e165ddf13cf7b7634a2ea3f8da06a16e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 5 Sep 1999 08:18:18 +0000 Subject: 1999-08-24 Roland McGrath * init.c (notify_shutdown): Add const to argument type. --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/init.c') 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; -- cgit v1.2.3