summaryrefslogtreecommitdiff
path: root/vmsfunctions.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-07-26 00:05:34 +0000
committerRoland McGrath <roland@redhat.com>1996-07-26 00:05:34 +0000
commit61956d7ba260a1a41155d04d7b308d03ba576234 (patch)
treee6b7d079036fa9008dc4b1a70d3e95d86a887091 /vmsfunctions.c
parent4bbe328bd8f0a9e09d5119085add103ab071083a (diff)
downloadmake-61956d7ba260a1a41155d04d7b308d03ba576234.tar.gz
Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* vmsfunctions.c (vms_stat): `sys$dassgn (DevChan);' added by kkaempf.
Diffstat (limited to 'vmsfunctions.c')
-rw-r--r--vmsfunctions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmsfunctions.c b/vmsfunctions.c
index a76609c7..daaa8b28 100644
--- a/vmsfunctions.c
+++ b/vmsfunctions.c
@@ -195,6 +195,7 @@ vms_stat (name, buf)
status = sys$qiow(0,DevChan,IO$_ACCESS,&iosb,0,0,
&FibDesc,&FileName,0,0,&Atr,0);
+ sys$dassgn (DevChan);
if (!(status & 1))
return -1;
status = iosb[0];