runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.

*: s/int/pid_t where appropriate
This commit is contained in:
Denis Vlasenko
2008-11-06 22:39:57 +00:00
parent 70e8f49f71
commit 3854c5ddf4
6 changed files with 46 additions and 33 deletions

View File

@@ -797,7 +797,8 @@ static void sig_term_handler(int sig_no UNUSED_PARAM)
static void sig_child_handler(int sig_no UNUSED_PARAM)
{
int pid, l;
pid_t pid;
int l;
if (verbose)
bb_error_msg(INFO"sig%s received", "child");