style fixes. No code changes.

This commit is contained in:
Denis Vlasenko
2007-04-10 15:42:06 +00:00
parent 163516da3a
commit ff131b980d
13 changed files with 30 additions and 31 deletions

View File

@@ -303,7 +303,8 @@ static void startservice(struct svdir *s)
}
run[1] = NULL;
if (s->pid != 0) stopservice(s); /* should never happen */
if (s->pid != 0)
stopservice(s); /* should never happen */
while ((p = fork()) == -1) {
warn_cannot("fork, sleeping");
sleep(5);