dos.library: Correct the CreateProc() implementation
commit8805b15a19958cd3d2b0e32a3449ba84b7602efb
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 31 Oct 2011 19:21:16 +0000 (31 19:21 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 31 Oct 2011 19:21:16 +0000 (31 19:21 +0000)
tree799fb9d9a57f5ad53dbe51418d3c89f8829f22e8
parent2c37d52f47c47e68af37193da9c00b069c726859
dos.library: Correct the CreateProc() implementation

CreateProc() must not create input/output handles, not perform
any action (ie send a Dos packet) that would break Forbid() locking.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42161 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/dos/boot.c
rom/dos/createproc.c