summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-05-16 10:29:43 -0700
committerPetr Baudis <pasky@suse.cz>2009-05-22 04:58:49 +0200
commite856702a047ee2cf4e7d3153d6adc8b740803770 (patch)
tree962a7f36a58d39dd454f82694e6a4fe08181915c /ChangeLog
parent223e614dafc55a14889355e95367e216d2fd320e (diff)
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. (cherry picked from commit fa546abe9d0346d5d87b8fe19884993408476d77)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d551881ba..eceae0be38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.