Browse Source

* path.cc (path_conv::check): Set correct file attributes for socket

files.
msnyder-tracepoint-checkpoint-branch
Corinna Vinschen 22 years ago
parent
commit
94fed6a1f3
  1. 5
      winsup/cygwin/ChangeLog
  2. 2
      winsup/cygwin/path.cc

5
winsup/cygwin/ChangeLog

@ -1,3 +1,8 @@
2005-05-10 Corinna Vinschen <corinna@vinschen.de>
* path.cc (path_conv::check): Set correct file attributes for socket
files.
2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>
* fhandler.h (class fhandler_netdrive): New class.

2
winsup/cygwin/path.cc

@ -720,7 +720,7 @@ is_virtual_symlink:
error = ENOTDIR;
return;
}
fileattr = 0;
fileattr = sym.fileattr;
dev.parse (FH_UNIX);
dev.setfs (1);
goto out;

Loading…
Cancel
Save