[BusyBox-cvs] busybox/init init.c,1.186,1.187

Erik Andersen andersen at busybox.net
Sat Jul 5 08:38:43 UTC 2003


Update of /var/cvs/busybox/init
In directory winder:/tmp/cvs-serv16321/init

Modified Files:
	init.c 
Log Message:
oops


Index: init.c
===================================================================
RCS file: /var/cvs/busybox/init/init.c,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- init.c	5 Jul 2003 08:29:01 -0000	1.186
+++ init.c	5 Jul 2003 08:38:40 -0000	1.187
@@ -190,6 +190,7 @@
 /* Function prototypes */
 static void delete_init_action(struct init_action *a);
 static int waitfor(const struct init_action *a);
+static void halt_signal(int sig);
 
 
 static void loop_forever(void)
@@ -723,6 +724,8 @@
 	for (a = init_action_list; a; a = tmp) {
 		tmp = a->next;
 		if (a->action & RESTART) {
+			struct stat sb;
+
 			shutdown_system();
 
 			/* unblock all signals, blocked in shutdown_system() */




More information about the busybox-cvs mailing list