aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-12 19:21:54 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-12 19:21:54 +0000
commitcddd6df89cf6fafe1d9ffdda954bf4f5ae54c10a (patch)
tree3434fbfff048fac8b643b7a7d4a6c64edda602ec /init
parent73841db902d751486d55f839b70adbd157dbba79 (diff)
downloadbusybox-w32-cddd6df89cf6fafe1d9ffdda954bf4f5ae54c10a.tar.gz
busybox-w32-cddd6df89cf6fafe1d9ffdda954bf4f5ae54c10a.tar.bz2
busybox-w32-cddd6df89cf6fafe1d9ffdda954bf4f5ae54c10a.zip
Silly me
git-svn-id: svn://busybox.net/trunk/busybox@8741 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index fd1443e44..588e4e75c 100644
--- a/init/init.c
+++ b/init/init.c
@@ -1160,7 +1160,7 @@ extern int init_main(int argc, char **argv)
1160 1160
1161 /* Wait for a child process to exit */ 1161 /* Wait for a child process to exit */
1162 wpid = wait(&status); 1162 wpid = wait(&status);
1163 while (init_action_list && wpid > 0) { 1163 while (wpid > 0) {
1164 /* Find out who died and clean up their corpse */ 1164 /* Find out who died and clean up their corpse */
1165 for (a = init_action_list; a; a = a->next) { 1165 for (a = init_action_list; a; a = a->next) {
1166 if (a->pid == wpid) { 1166 if (a->pid == wpid) {