diff options
Diffstat (limited to 'runit/svlogd.c')
-rw-r--r-- | runit/svlogd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c index 9608795..6419128 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c @@ -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"); |