aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-21 05:08:55 +0000
committerChristopher Faylor <me@cgf.cx>2003-01-21 05:08:55 +0000
commit33de631bf2a82b8afff304986d96d169ba8992e4 (patch)
treecc5421ae13ba9891fe1a886ca1899718fc6b7316
parentd8cde3a3eeacd44ecc93ad092318ab243a423fb5 (diff)
downloadnewlib-33de631bf2a82b8afff304986d96d169ba8992e4.zip
newlib-33de631bf2a82b8afff304986d96d169ba8992e4.tar.gz
newlib-33de631bf2a82b8afff304986d96d169ba8992e4.tar.bz2
add missing ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4578b45..f0e6126 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -8,6 +8,7 @@
(etc::dir_changed): When the handle is NULL, call memset instead of
test_file_changed. When the handle is invalid, return true.
(etc::file_changed): Remove unneeded check for !fn[n].
+ * uinfo.cc (pwdgrp::load): Eliminate spurious setting of fh to NULL.
2003-01-19 Christopher Faylor <cgf@redhat.com>