diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-22 03:40:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-22 03:40:34 +0000 |
commit | 1465dd0f9eeb612ba4bc3e4067a29ea3468f5122 (patch) | |
tree | 28e6b96dd570fd128c8e7b199773d58508b7e7c8 /ChangeLog | |
parent | c44d3bdf14b75389f1fea86bfb03c9c38ea40f17 (diff) | |
download | glibc-1465dd0f9eeb612ba4bc3e4067a29ea3468f5122.tar glibc-1465dd0f9eeb612ba4bc3e4067a29ea3468f5122.tar.gz glibc-1465dd0f9eeb612ba4bc3e4067a29ea3468f5122.tar.bz2 glibc-1465dd0f9eeb612ba4bc3e4067a29ea3468f5122.zip |
[BZ #4946]
* nscd/connections.c (handle_request): Using sendfile always
requires that mmap is used for the database.
Patch by Petr Baudis <pasky@suse.cz>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-08-21 Ulrich Drepper <drepper@redhat.com> + [BZ #4946] + * nscd/connections.c (handle_request): Using sendfile always + requires that mmap is used for the database. + Patch by Petr Baudis <pasky@suse.cz>. + [BZ #4905] * nscd/hstcache.c (cache_addhst): When reloading an entry which suddenly has two or more addresses, ignore it and remove the old |