diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-03 08:15:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-03 08:15:41 +0000 |
commit | ead07d01fa97ad6329c9e780643a3a5631ed7589 (patch) | |
tree | 8f64d5c97830db1c4b700923a390d339dad46948 /ChangeLog | |
parent | 1da484d94afd736b9849141e6c0a28bcd15ba6c7 (diff) | |
download | glibc-ead07d01fa97ad6329c9e780643a3a5631ed7589.tar.gz glibc-ead07d01fa97ad6329c9e780643a3a5631ed7589.tar.xz glibc-ead07d01fa97ad6329c9e780643a3a5631ed7589.zip |
Update.
2004-09-03 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.c (parse_opt): Use writev instead of two write for invalidate command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eaa352a60a..015d2f2618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-03 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd.c (parse_opt): Use writev instead of two write for + invalidate command. + 2004-09-02 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c (nscd_run): Check early for invalid request types. |