summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-08 21:04:02 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-08 21:04:02 +0000
commit1d9aa9ce62fb97d118d5ff4f8b862b30584ba232 (patch)
treed21f7ec2be8dbe86f6af4d035891b8a1b02c7d2b
parentcc46d02a4537b5132cb08ed97ae4e71a42c0d90b (diff)
* nscd/cache.c (cache_add): Commit hash table and header to disk.cvs/fedora-glibc-20050808T2126
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7dd59d53c..ca5b5ef9e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-08-08 Ulrich Drepper <drepper@redhat.com>
+ * nscd/cache.c (cache_add): Commit hash table and header to disk.
+
* nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
* nscd/connections.c (nscd_init): Likewise.