Craig A. Berry [Mon, 6 Nov 2006 01:37:13 +0000 (01:37 +0000)]
as done. Courtesy of Scott Lepage.
p4raw-id: //depot/perl@29205
if (!info->done) { /* We tried to be nice . . . */
sts = sys$delprc(&info->pid,0);
if (!(sts&1) && sts != SS$_NONEXPR) _ckvmssts_noperl(sts);
+ info->done = 1; /* sys$delprc is as done as we're going to get. */
}
_ckvmssts_noperl(sys$setast(1));
info = info->next;