Commits

Andy Green authored b34862bf8ab
netbsd: follow openbsd use of wait4 Otherwise sai is sometimes failing to get the correct process exit code spawn: use WEXITSTATUS macro On openbsd at least, the process retcode isn't in the low 8 bits, but must be recovered using the official macro.