From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 13 Oct 1995 10:48:40 -0400 From: presotto@plan9.att.com presotto@plan9.att.com Subject: upas/send/main.c Topicbox-Message-UUID: 2dbf30bc-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19951013144840.c8qx4U3KHB-2eCh48CYamcvyeQAdH4eTkrOAhuvqxEE@z> In the current version, forked is a global not a static in the send() routine. I'll look at the boddle, something's missing. ------ original message follows ------ >>From cse.psu.edu!9fans-outgoing-owner Thu Oct 12 16:36:01 EDT 1995 Received: by colossus.cse.psu.edu id <78771>; Thu, 12 Oct 1995 16:23:35 -0400 Received: from galapagos.cse.psu.edu ([130.203.2.12]) by colossus.cse.psu.edu with SMTP id <78777>; Thu, 12 Oct 1995 16:22:24 -0400 Received: by galapagos.cse.psu.edu id <12775>; Thu, 12 Oct 1995 16:14:41 -0400 From: Scott Schwartz To: 9fans@cse.psu.edu Subject: upas/send/main.c Message-Id: <95Oct12.161441edt.12775@galapagos.cse.psu.edu> Date: Thu, 12 Oct 1995 16:14:40 -0400 Sender: owner-9fans@cse.psu.edu Precedence: bulk Reply-To: 9fans@cse.psu.edu Is line 421 really supposed to have !forked? The boddle puts it there, but that's the only instance of forked in that routine, so it doesn't compile.