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:
authorCorinna Vinschen <corinna@vinschen.de>2008-04-25 20:59:41 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-04-25 20:59:41 +0400
commitfccdf679f4466de71ebe66cf4a3932f492ad85db (patch)
tree307ba7590647b79088c48171063d1ce8184df87e /winsup/cygwin/ChangeLog
parent703a42b96af53fce8747161effec026b085702ba (diff)
* fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMAL
back to its old place. Or it to file_attributes instead of setting it.
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 ab32fddf7..703f62c95 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2008-04-25 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMAL
+ back to its old place. Or it to file_attributes instead of setting it.
+
+2008-04-25 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler.cc (fhandler_base::open): *Only* handle SYSTEM and HIDDEN
attributes in FILE_OVERWRITE case.