applied patch, with tab tweak suggest by Peter Prymmer
[p5sagit/p5-mst-13.2.git] / vms / vms.c
index f41b1e1..46bad3b 100644 (file)
--- 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];