From 264d5b944dca563c8b948392942d1ea33d221723 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Jul 1998 21:32:39 +0000 Subject: Update. 1998-07-24 21:29 Ulrich Drepper * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c11175214..532f003e20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1998-07-24 21:29 Ulrich Drepper + + * 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 * sysdeps/generic/glob.c (glob): Fix problems with handle tilde. -- cgit 1.4.1