Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-28 03:31:08 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-28 03:31:08 +0400
commitce97960a6e7da4d9fc7a003c9138aec5e4e55a96 (patch)
treec85ed57fad4e98e833f16d5657efce53acc79895 /init
parentc16bd212e341598452b7885d9e4ac2064f417673 (diff)
usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.
Few bugs are now exposed...
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 607a1f3e0..d7d14a2d5 100644
--- a/init/init.c
+++ b/init/init.c
@@ -1125,7 +1125,7 @@ int init_main(int argc, char **argv)
}
}
/* see if anyone else is waiting to be reaped */
- wpid = waitpid (-1, NULL, WNOHANG);
+ wpid = waitpid(-1, NULL, WNOHANG);
}
}
}