projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64bdaa5
)
Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
author
Roland McGrath
<roland@redhat.com>
Fri, 26 Jul 1996 00:05:34 +0000
(
00:05
+0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 26 Jul 1996 00:05:34 +0000
(
00:05
+0000)
* vmsfunctions.c (vms_stat): `sys$dassgn (DevChan);' added by kkaempf.
vmsfunctions.c
patch
|
blob
|
history
diff --git
a/vmsfunctions.c
b/vmsfunctions.c
index a76609c783e484cc3af76691c8aa9833dd54e0ff..daaa8b2850f9d8e905d560758e12a5bb17054451 100644
(file)
--- 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];