runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.
*: s/int/pid_t where appropriate
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user