diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 10:29:43 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 10:29:43 -0700 |
commit | fa546abe9d0346d5d87b8fe19884993408476d77 (patch) | |
tree | 54ec8e48c6d45179b6d1b9a5700734c659f4fcb3 /ChangeLog | |
parent | 95410b7ba23c44f6a038285d9c38ee84129e4cd6 (diff) | |
download | glibc-fa546abe9d0346d5d87b8fe19884993408476d77.zip glibc-fa546abe9d0346d5d87b8fe19884993408476d77.tar.gz glibc-fa546abe9d0346d5d87b8fe19884993408476d77.tar.bz2 |
Move BLOCK_ALIGN* macros back.
The move to nscd-client.h was only needed for some interim version
of the patch. The final version doesn't need it. Undo the change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ 2009-05-15 Ulrich Drepper <drepper@redhat.com> - * nscd/nscd.h: Move Definition for BLOCK_ALIGN_LOG, BLOCK_ALIGN, and - BLOCK_ALIGN_M1 to ... - * nscd/nscd-client.h: ...here. * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter. Use it if we absolutely cannot reach any more correct list elements because that many do not fit into the currently mapped database. |