summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-02 23:58:20 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-02 23:58:20 +0000
commit3bb7eb449cb21012ce47b70dce789f98005c36fd (patch)
treec8248c695f93e08b81232cb02ab9c0d347bb4a92 /winsup/cygwin/ChangeLog
parentd055ecb08fc71f22444c8930eef1894142a96b03 (diff)
downloadcygnal-3bb7eb449cb21012ce47b70dce789f98005c36fd.tar.gz
cygnal-3bb7eb449cb21012ce47b70dce789f98005c36fd.tar.bz2
cygnal-3bb7eb449cb21012ce47b70dce789f98005c36fd.zip
* fhandler_proc.cc (fhandler_proc::fstat): Prime with information from
fhandler_base::fstat. Use defines rather than constants for permission settings.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 626a52901..ed3bff290 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-02 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler_proc.cc (fhandler_proc::fstat): Prime with information from
+ fhandler_base::fstat. Use defines rather than constants for permission
+ settings.
+
2002-04-30 Eric Blake <ebb9@email.byu.edu>
* path.cc (hash_path_name): Improve hash function strength.