commit | 9a5686b605a4dfe2f24660940e309bb444fe5f3f | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Wed May 31 18:57:56 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Wed May 31 18:57:56 2006 +0000 |
tree | d46b2ed5c48539e4c10b55aeb8ef2a3d947799b6 | |
parent | dac033e98c2e552818fca413528d1f6615ef0be8 [diff] [blame] |
- fix IMA compile error i introduced when adding this untested snippet.
diff --git a/init/init_shared.h b/init/init_shared.h index 4431a03..0f3fe5b 100644 --- a/init/init_shared.h +++ b/init/init_shared.h
@@ -1,4 +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."; +extern const char * const init_sending_format;