svn commit: trunk/busybox/init

aldot at busybox.net aldot at busybox.net
Wed May 31 18:57:59 UTC 2006


Author: aldot
Date: 2006-05-31 11:57:56 -0700 (Wed, 31 May 2006)
New Revision: 15250

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


Modified:
   trunk/busybox/init/init_shared.c
   trunk/busybox/init/init_shared.h


Changeset:
Modified: trunk/busybox/init/init_shared.c
===================================================================
--- trunk/busybox/init/init_shared.c	2006-05-31 15:36:20 UTC (rev 15249)
+++ trunk/busybox/init/init_shared.c	2006-05-31 18:57:56 UTC (rev 15250)
@@ -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)

Modified: trunk/busybox/init/init_shared.h
===================================================================
--- trunk/busybox/init/init_shared.h	2006-05-31 15:36:20 UTC (rev 15249)
+++ trunk/busybox/init/init_shared.h	2006-05-31 18:57:56 UTC (rev 15250)
@@ -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;
 




More information about the busybox-cvs mailing list