usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.
Few bugs are now exposed...
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user