diff options
author | Bernhard Reutner-Fischer | 2006-05-31 18:57:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-05-31 18:57:56 +0000 |
commit | 9a5686b605a4dfe2f24660940e309bb444fe5f3f (patch) | |
tree | d46b2ed5c48539e4c10b55aeb8ef2a3d947799b6 /init/init_shared.c | |
parent | dac033e98c2e552818fca413528d1f6615ef0be8 (diff) | |
download | busybox-9a5686b605a4dfe2f24660940e309bb444fe5f3f.zip busybox-9a5686b605a4dfe2f24660940e309bb444fe5f3f.tar.gz |
- fix IMA compile error i introduced when adding this untested snippet.
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 190d0a3..722d57c 100644 --- a/init/init_shared.c +++ b/init/init_shared.c @@ -17,6 +17,7 @@ #include "busybox.h" #include "init_shared.h" +const char * const init_sending_format = "Sending SIG%s to all processes."; #ifndef CONFIG_INIT const char * const bb_shutdown_format = "\r%s\n"; int bb_shutdown_system(unsigned long magic) |