* nscd/connections.c (main_loop_poll): Pass a buffer which is
commitc400c931b8285d05c8b99918e7bab2d6b3f21f30
authorUlrich Drepper <drepper@redhat.com>
Sun, 3 Aug 2008 15:46:59 +0000 (3 15:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 3 Aug 2008 15:46:59 +0000 (3 15:46 +0000)
tree32b29ad930330092fb5c1bc3dfb9338e54d2e64a
parent39e175bb3a158780e95af838087174f317f2444d
* nscd/connections.c (main_loop_poll): Pass a buffer which is

guaranteed to be large enough to read inotify event.  Ignore
EAGAIN error.  Better error message.  Add branch predicition.
(main_loop_epoll): Likewise.
ChangeLog