From: Hans Mulder Date: Mon, 13 Jul 1998 15:04:27 +0000 (-0700) Subject: Thread tweak for VMS.C X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93fcdc14f1eda867e1ae2157703905f51b86e75a;p=p5sagit%2Fp5-mst-13.2.git Thread tweak for VMS.C Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu> p4raw-id: //depot/perl@1480 --- diff --git a/vms/vms.c b/vms/vms.c index f41b1e1..46bad3b 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -3925,6 +3925,7 @@ is_null_device(name) I32 cando(I32 bit, I32 effective, Stat_t *statbufp) { + dTHR; if (statbufp == &statcache) return cando_by_name(bit,effective,namecache); else { char fname[NAM$C_MAXRSS+1];