- 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;