2005-07-13 Ulrich Drepper <drepper@redhat.com>cvs/fedora-glibc-2_3-20050718T0804
commit82efd761cd54ce5f510a1ea9b8b368d6ff3c4bcb
authorRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 08:01:49 +0000 (18 08:01 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 08:01:49 +0000 (18 08:01 +0000)
treeb8d89412bf38518a23be955d19fddffd3b5e2e43
parent21038157e45f37d493c98fc886f3d2b16b74207b
2005-07-13  Ulrich Drepper  <drepper@redhat.com>

[BZ #1080]
* nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
* nscd/nscd_helper.c (wait_on_socket): New function.
(get_mapping): Use wait_on_socket instead of poll.  The former handles
EINTR of poll correctly.
(__nscd_open_socket): Likewise.
(get_mapping): Make sure BUF is aligned correctly.
(get_mapping): Use munmap on correct pointer.
nscd/connections.c