Redefine `UX_vfork' to be `fork' on OS X, because setsid and others are
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 29 Oct 2006 17:25:15 +0000 (17:25 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 29 Oct 2006 17:25:15 +0000 (17:25 +0000)
commitbb34801dd63e0f02d1c49ad0bb0b1a874f39da8e
treefc435b9d63d7abb63d5bc69ab99b9db9800bb87e
parent1a3278910f16fb56d87b4751a897f035761958ff
Redefine `UX_vfork' to be `fork' on OS X, because setsid and others are
not allowed in vforked processes.  Always check the value of setsid,
since it should work on OS X now that we use fork there instead of
vfork.
v7/src/microcode/ux.h
v7/src/microcode/uxproc.c