diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-24 21:32:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-24 21:32:39 +0000 |
commit | 264d5b944dca563c8b948392942d1ea33d221723 (patch) | |
tree | fdbba5a3dab20a3ada3736e48802867b6a6c6816 /ChangeLog | |
parent | 6c202c68704b50016c4faba8d6445ab542b5f301 (diff) | |
download | glibc-264d5b944dca563c8b948392942d1ea33d221723.zip glibc-264d5b944dca563c8b948392942d1ea33d221723.tar.gz glibc-264d5b944dca563c8b948392942d1ea33d221723.tar.bz2 |
Update.
1998-07-24 21:29 Ulrich Drepper <drepper@cygnus.com>
* nscd/connections.c (pw_send_answer): Make one single writev call.
(gr_send_answer): Do the work in two writev calls. This change
changes the protocol.
* nscd/nscd_getgr_r.c (__nscd_getgr_r): Adjust for protocol change.
We now can do the job using two readv calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1998-07-24 21:29 Ulrich Drepper <drepper@cygnus.com> + + * nscd/connections.c (pw_send_answer): Make one single writev call. + (gr_send_answer): Do the work in two writev calls. This change + changes the protocol. + + * nscd/nscd_getgr_r.c (__nscd_getgr_r): Adjust for protocol change. + We now can do the job using two readv calls. + 1998-07-24 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/glob.c (glob): Fix problems with handle tilde. |