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>2002-06-27 07:06:44 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-27 07:06:44 +0400
commit75c6a983c64a5ec0680be94587dd5946e0003363 (patch)
tree3b78570634f56096517347f15c609966b3c96759 /winsup/cygwin/ChangeLog
parentb3e2d035bbf42433f48a966e1f73f9a67082d37e (diff)
* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Force
FindFirstFile on first file of directory when asking for x:\ .
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 85eb55d45..18dd012aa 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2002-06-26 Christopher Faylor <cgf@redhat.com>
+ * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Force
+ FindFirstFile on first file of directory when asking for x:\ .
+
+2002-06-26 Christopher Faylor <cgf@redhat.com>
+
* cygheap.cc (cygheap_user::set_name): Correct thinko in below change.
2002-06-26 Christopher Faylor <cgf@redhat.com>