From: Roland McGrath Date: Fri, 26 Jul 1996 00:05:34 +0000 (+0000) Subject: Thu Jul 25 19:53:31 1996 Roland McGrath X-Git-Tag: 3.74.7~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37fbc32ba47f08736d49b5deade4e2ab7dade68f;p=thirdparty%2Fmake.git Thu Jul 25 19:53:31 1996 Roland McGrath * vmsfunctions.c (vms_stat): `sys$dassgn (DevChan);' added by kkaempf. --- 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];