From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: steve.simon@snellwilcox.com Message-Id: <2908792152@snellwilcox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Id: <2908792152-1@snellwilcox.com> Content-Transfer-Encoding: 7bit Subject: [9fans] ape buglet (defineitely) Date: Mon, 27 Jan 2003 15:23:26 +0000 Topicbox-Message-UUID: 48ddb5e6-eacb-11e9-9e20-41e7f4b1d025 > "ECHILD: The calling process has no existing unwaited-for child > processes." Appologies, I should RTFM more carefully. If Plan9 wait(2) fails then ape's wait(2) should fail also. /sys/src/ape/lib/ap/plan9/wait.c 34a35 > n = -1; -Steve