Check, or ignore by casting to void, the values returned by system
authorTaylor R. Campbell <net/mumble/campbell>
Tue, 10 Mar 2009 05:13:24 +0000 (05:13 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Tue, 10 Mar 2009 05:13:24 +0000 (05:13 +0000)
commitf1d9cb876e900a8612c55e79caa8a930cf0af541
tree9cc6f4ec2d8655af7f080ffd7823c2d36a487ebc
parent23e836442ef2d8eaee349ceae527544d60cf05ea
Check, or ignore by casting to void, the values returned by system
calls in OS_make_subprocess, and kill the child if they fail.  To
change the working directory, the parent really ought to open the
directory to check for errors before calling fchdir(2) in the child,
but this will do for now.
v7/src/microcode/uxproc.c