summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-22 02:39:47 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-22 02:39:47 +0000
commita30d41c1d2c69b34e6f19dc1f92881f18e75349c (patch)
treed56d0435f654382466cdbfbecb92d9af335da75d /ChangeLog
parent2a01ce56b7d585c0e760ba27e0a07819f3b8b723 (diff)
downloadglibc-a30d41c1d2c69b34e6f19dc1f92881f18e75349c.tar.gz
glibc-a30d41c1d2c69b34e6f19dc1f92881f18e75349c.tar.xz
glibc-a30d41c1d2c69b34e6f19dc1f92881f18e75349c.zip
* nscd/hstcache.c (cache_addhst): Minimal optimization.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ffbc3c955..de0bd4e62c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
 
+	* nscd/hstcache.c (cache_addhst): Minimal optimization.
+
 	[BZ #4925]
 	* debug/pcprofiledump.c: Turn on internationalization by calling
 	setlocale.  Patch mostly by Benno Schulenberg.