At 7:34 AM -0400 4/25/02, [EMAIL PROTECTED] wrote:
>Okay by me, get it in!
It's in as change 16130, except one pair of braces I thought were
extraneous were apparently not, at least for older compilers. I'm
testing this further but it looks we'll need something like this on
top of the current snapshot:
--- vms/vms.c;-0 Wed Apr 24 11:40:02 2002
+++ vms/vms.c Wed Apr 24 21:00:41 2002
@@ -2714,6 +2714,7 @@
#endif /* defined(__CRTL_VER) && __CRTL_VER >= 70100322 */
+ {
$DESCRIPTOR(intdsc,"0 00:00:01");
unsigned long int ownercode = JPI$_OWNER, ownerpid;
unsigned long int pidcode = JPI$_PID, mypid;
@@ -2774,7 +2775,7 @@
_ckvmssts(sts);
return pid;
-
+ }
} /* end of waitpid() */
/*}}}*/
/*}}}*/
--
____________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]
"Literary critics usually know what they're
talking about. Even if they're wrong."
-- Perl creator Larry Wall