summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-02-17 17:21:11 +0000
committerChristopher Faylor <me@cgf.cx>2005-02-17 17:21:11 +0000
commit2cd6f872f35c72e95595173653beb1fa40e03ecc (patch)
tree4cfad906eb27ea01082be605672f042a8e1e1f15 /winsup/cygwin/path.cc
parent3419b5bc2b6bf4b6fba63b831aeae92e71410535 (diff)
downloadcygnal-2cd6f872f35c72e95595173653beb1fa40e03ecc.tar.gz
cygnal-2cd6f872f35c72e95595173653beb1fa40e03ecc.tar.bz2
cygnal-2cd6f872f35c72e95595173653beb1fa40e03ecc.zip
* path.cc (path_conv::check): Set fs flag when a unix-domain socket is
detected.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index d2cb55640..c7f8721bd 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -693,6 +693,7 @@ is_virtual_symlink:
}
fileattr = 0;
dev.parse (FH_UNIX);
+ dev.setfs (1);
goto out;
}