mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
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.
This commit is contained in:
parent
64bdaa521f
commit
37fbc32ba4
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ vms_stat (name, buf)
|
||||||
|
|
||||||
status = sys$qiow(0,DevChan,IO$_ACCESS,&iosb,0,0,
|
status = sys$qiow(0,DevChan,IO$_ACCESS,&iosb,0,0,
|
||||||
&FibDesc,&FileName,0,0,&Atr,0);
|
&FibDesc,&FileName,0,0,&Atr,0);
|
||||||
|
sys$dassgn (DevChan);
|
||||||
if (!(status & 1))
|
if (!(status & 1))
|
||||||
return -1;
|
return -1;
|
||||||
status = iosb[0];
|
status = iosb[0];
|
||||||
|
|
Loading…
Reference in a new issue