usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.

Few bugs are now exposed...
This commit is contained in:
Denis Vlasenko 2006-09-27 23:31:08 +00:00
parent c16bd212e3
commit ce97960a6e
5 changed files with 88 additions and 279 deletions

View file

@ -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);
}
}
}