diff options
Diffstat (limited to 'init/init_shared.c')
-rw-r--r-- | init/init_shared.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init_shared.c b/init/init_shared.c index 190d0a33e..722d57c6f 100644 --- a/init/init_shared.c +++ b/init/init_shared.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include "busybox.h" | 17 | #include "busybox.h" |
18 | #include "init_shared.h" | 18 | #include "init_shared.h" |
19 | 19 | ||
20 | const char * const init_sending_format = "Sending SIG%s to all processes."; | ||
20 | #ifndef CONFIG_INIT | 21 | #ifndef CONFIG_INIT |
21 | const char * const bb_shutdown_format = "\r%s\n"; | 22 | const char * const bb_shutdown_format = "\r%s\n"; |
22 | int bb_shutdown_system(unsigned long magic) | 23 | int bb_shutdown_system(unsigned long magic) |