Use "fork_child" rather than "child_process" - on Win32, "child_process"
authorGuy Harris <guy@alum.mit.edu>
Thu, 22 Jan 2004 20:45:49 +0000 (20:45 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 22 Jan 2004 20:45:49 +0000 (20:45 -0000)
commit71887f8792475eb9ca222c8e48436c68e339898e
treeff5dc4566139a07e6d6d2b447bae986ad46f25ec
parent433524da93fc30b7a869ba7c8e78d8d7a8166d19
Use "fork_child" rather than "child_process" - on Win32, "child_process"
tracks "fork_child", and, on UNIX, "child_process" doesn't exist.

svn path=/trunk/; revision=9783
capture.c