From 0e0b571c5c296eb2de63658a6f9f907c3caea442 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 26 Mar 2014 14:06:42 -0700 Subject: [PATCH] var scope reduction --- child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/child.c b/child.c index 0f0a800..5b0c179 100644 --- a/child.c +++ b/child.c @@ -266,7 +266,6 @@ static unsigned int handle_sigreturn(int childno) void child_process(int childno) { int ret; - unsigned int i; const char *lastop = NULL; ret = sigsetjmp(ret_jump, 1); @@ -276,6 +275,7 @@ void child_process(int childno) } while (shm->exit_reason == STILL_RUNNING) { + unsigned int i; check_parent_pid(); -- 2.11.4.GIT