diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-31 18:57:56 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-31 18:57:56 +0000 |
commit | c32928b3fb4be5215474d943aeb8f3ac8e1adc40 (patch) | |
tree | d46b2ed5c48539e4c10b55aeb8ef2a3d947799b6 /init/init_shared.c | |
parent | d84c26c47a4486e2a6db840eecb0eb06a2c5b37a (diff) | |
download | busybox-w32-c32928b3fb4be5215474d943aeb8f3ac8e1adc40.tar.gz busybox-w32-c32928b3fb4be5215474d943aeb8f3ac8e1adc40.tar.bz2 busybox-w32-c32928b3fb4be5215474d943aeb8f3ac8e1adc40.zip |
- fix IMA compile error i introduced when adding this untested snippet.
git-svn-id: svn://busybox.net/trunk/busybox@15250 69ca8d6d-28ef-0310-b511-8ec308f3f277
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) |