diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-30 16:18:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-30 16:18:07 +0000 |
commit | ecc685684824cdbb971438ed944794d4bff4547d (patch) | |
tree | 6b82cf082ffd9b544e3df3a63e029854dfc3d2a6 /ChangeLog | |
parent | cabfcde1113be7e1d09d2cb0e2a9a4730005122d (diff) | |
download | glibc-ecc685684824cdbb971438ed944794d4bff4547d.zip glibc-ecc685684824cdbb971438ed944794d4bff4547d.tar.gz glibc-ecc685684824cdbb971438ed944794d4bff4547d.tar.bz2 |
* sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
the correct place.
copying. No need to allocate new array for group members. Just
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-05-30 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in + the correct place. + 2006-05-29 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.h (struct database_dyn): Add prunelock field. @@ -8,7 +13,7 @@ 2006-05-25 Ulrich Drepper <drepper@redhat.com> * nis/nis_removemember.c (nis_removemember): Avoid unnecessary - coping. No need to allocate new array for group members. Just + copying. No need to allocate new array for group members. Just move the pointers and update the size. * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying. |