commit | 7ae155398062be93c71116fcc757471d5a324ddf | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue May 30 18:17:21 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue May 30 18:17:21 2006 +0000 |
tree | 6e593a9d0ccf65ea57e7143d444258820a49c8ed | |
parent | a8622e049d67c5cd45a0b2e221d37b9176d98fb2 [diff] [blame] |
- consolidate "Sending SIG%s to all processes"; untested.. text data bss dec hex filename 5379 32 8 5419 152b init/init.o.oorig 5358 32 8 5398 1516 init/init.o
diff --git a/init/init_shared.h b/init/init_shared.h index 1e4cfac..4431a03 100644 --- a/init/init_shared.h +++ b/init/init_shared.h
@@ -1,3 +1,4 @@ extern int kill_init(int sig); extern int bb_shutdown_system(unsigned long magic); +const char * const init_sending_format = "Sending SIG%s to all processes.";