usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.
Few bugs are now exposed...
This commit is contained in:
parent
c16bd212e3
commit
ce97960a6e
5 changed files with 88 additions and 279 deletions
|
@ -1125,7 +1125,7 @@ int init_main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
/* see if anyone else is waiting to be reaped */
|
||||
wpid = waitpid (-1, NULL, WNOHANG);
|
||||
wpid = waitpid(-1, NULL, WNOHANG);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue