diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-03 15:26:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-03 15:26:02 +0000 |
commit | 6c215a8d6c972ca3324107109c393f21e782fb10 (patch) | |
tree | b364b344931ab3bbb16f020b59c5ee7f35188484 /ChangeLog | |
parent | 9c06eb66b5b4662c22532ab03525eab46c4cf2eb (diff) | |
download | glibc-6c215a8d6c972ca3324107109c393f21e782fb10.tar.gz glibc-6c215a8d6c972ca3324107109c393f21e782fb10.tar.xz glibc-6c215a8d6c972ca3324107109c393f21e782fb10.zip |
* grp/initgroups.c (internal_getgrouplist): Remove unnecessary
test introduced in patch for bz #661. (getgrouplist): Simplify code a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 284ae583f5..e24281bfba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-08-03 Ulrich Drepper <drepper@redhat.com> + * grp/initgroups.c (internal_getgrouplist): Remove unnecessary + test introduced in patch for bz #661. + (getgrouplist): Simplify code a bit. + [BZ #2908] * stdio-common/printf_fphex.c (__printf_fphex): When rounding up 'f', use '1' as leading digit not '\1'. |