- fix IMA compile error i introduced when adding this untested snippet.

This commit is contained in:
Bernhard Reutner-Fischer
2006-05-31 18:57:56 +00:00
parent dac033e98c
commit 9a5686b605
2 changed files with 2 additions and 1 deletions

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