From 5304bcdf6c08a99f8abff8f70260479145b07591 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 17 Jan 2003 05:29:23 +0000 Subject: [PATCH] correct pwdgroup::load entry --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.