- fix IMA compile error i introduced when adding this untested snippet.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 31 May 2006 18:57:56 +0000 (18:57 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 31 May 2006 18:57:56 +0000 (18:57 -0000)
init/init_shared.c
init/init_shared.h

index 190d0a33e8410bcce3d275bd65c093a7c5dc9f6e..722d57c6f20fb38f9082e9b1686e2c765640922c 100644 (file)
@@ -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)
index 4431a032415e5c25c9292eff7e5ef6f7b30d99b5..0f3fe5b483c487d98c2fe5ac62091d7cc745b20b 100644 (file)
@@ -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;