summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-17 05:29:23 +0000
committerChristopher Faylor <me@cgf.cx>2003-01-17 05:29:23 +0000
commit5304bcdf6c08a99f8abff8f70260479145b07591 (patch)
tree040bdba65c24c563d9109f03c9b58f392364554c
parent1de6f431aafba2b5158a2f93a9f37cdcf4279352 (diff)
downloadcygnal-5304bcdf6c08a99f8abff8f70260479145b07591.tar.gz
cygnal-5304bcdf6c08a99f8abff8f70260479145b07591.tar.bz2
cygnal-5304bcdf6c08a99f8abff8f70260479145b07591.zip
correct pwdgroup::load entry
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1fb1bca74..c5ded57dc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -38,7 +38,7 @@
scanning. Close file handle after reading buffer into memory. Parse
buffer by calling second argument.
(pwdgrp::gets): Reorganize slightly to rely on eptr starting at
- beginning of buffer. Free buffer when memory exhausted.
+ beginning of buffer.
(pwdgrp::close): Remove.
* uinfo.cc (etc::dir_changed): New function.
(etc::init): Ditto.