# HG changeset patch # User Francois Perrad # Date 1451635435 -3600 # Node ID 26622eee1e8b9fd40dcec5aede7fffbd460a9986 # Parent 6d00eca524fed0f9d88a9b862ee30e164fde5787 Suspicious use of ; diff -r 6d00eca524fe -r 26622eee1e8b svr-main.c --- a/svr-main.c Thu Dec 31 18:47:51 2015 +0100 +++ b/svr-main.c Fri Jan 01 09:03:55 2016 +0100 @@ -338,7 +338,7 @@ const int saved_errno = errno; - while(waitpid(-1, NULL, WNOHANG) > 0); + while(waitpid(-1, NULL, WNOHANG) > 0) {} sa_chld.sa_handler = sigchld_handler; sa_chld.sa_flags = SA_NOCLDSTOP;