Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-02-17 20:21:11 +0300
committerChristopher Faylor <me@cgf.cx>2005-02-17 20:21:11 +0300
commit2cd6f872f35c72e95595173653beb1fa40e03ecc (patch)
tree4cfad906eb27ea01082be605672f042a8e1e1f15
parent3419b5bc2b6bf4b6fba63b831aeae92e71410535 (diff)
* path.cc (path_conv::check): Set fs flag when a unix-domain socket is
detected.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/path.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 178cf81d9..d7b4fae45 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-17 Christopher Faylor <cgf@timesys.com>
+
+ * path.cc (path_conv::check): Set fs flag when a unix-domain socket
+ is detected.
+
2005-02-17 Corinna Vinschen <corinna@vinschen.de>
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime if
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;
}