diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-05 08:18:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-05 08:18:18 +0000 |
commit | d91db643e165ddf13cf7b7634a2ea3f8da06a16e (patch) | |
tree | a32b509294c7f2e10bbe01856437d0b165c8f3dc | |
parent | 537ab45852320b65b5472febc936c892a5cd8c10 (diff) |
1999-08-24 Roland McGrath <roland@baalperazim.frob.com>
* init.c (notify_shutdown): Add const to argument type.
-rw-r--r-- | init/init.c | 2 |
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; |