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>2003-12-15 07:17:27 +0300
committerChristopher Faylor <me@cgf.cx>2003-12-15 07:17:27 +0300
commitd627d17183afc5eb130979f4f122492ae382f1bb (patch)
tree7937dc4081da82e62adf43e02d9ae11233bb61f1
parent9908d9977b131249201b9c19219fd7d61fd65701 (diff)
Add missing ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e747b6744..0cc668ca9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -8,6 +8,8 @@
pointer to access_worker so that it can use the proper method for
determining stat information.
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Ditto.
+ * path.cc (path_conv::check): Add read-only attribute to /cygdrive
+ default settings.
2003-12-14 Christopher Faylor <cgf@redhat.com>