lib/util: Remove sys_poll as it is no longer needed
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Feb 2012 02:16:55 +0000 (13:16 +1100)
committerJeremy Allison <jra@samba.org>
Thu, 16 Feb 2012 23:49:21 +0000 (15:49 -0800)
commit367c567c5f35db202474c8d3f730484538e1fb97
tree6d4a05b6e2f2923fec8564d360eb7085a831d128
parentab80995580f092811d6380caa9e71e4c5fda06f4
lib/util: Remove sys_poll as it is no longer needed

sys_poll() is only needed if the signal pipe is set up and used, but as
no signal handler ever writes to the pipe, this can all be removed.

signal based events are now handled via tevent.

Andrew Bartlett

Signed-off-by: Jeremy Allison <jra@samba.org>
lib/util/select.c
lib/util/select.h
source3/lib/events.c
source3/lib/g_lock.c
source3/lib/util_sock.c
source3/nmbd/nmbd_packets.c
source3/smbd/process.c
source3/winbindd/winbindd_dual.c