102bb7e88c
- cast more returns to void. - use waitpid instead of wait() to wait for our process, not accidentally wait for other children. - return exitstatus only if exited, and return the termination signal otherwise.