Switch from select(2) to poll(2); ok millert@
authorjca <jca@openbsd.org>
Fri, 5 Aug 2016 10:34:18 +0000 (10:34 +0000)
committerjca <jca@openbsd.org>
Fri, 5 Aug 2016 10:34:18 +0000 (10:34 +0000)
commit65d4b721abed173498406dc3cad4c1f242b1aff8
tree951f552b73af1c52056b560fc547e358f57ca209
parent3c4b4c8d6011e03833e07a8b8c88010414ed7eee
Switch from select(2) to poll(2); ok millert@

No need to check for POLLHUP since those are UDP sockets.
usr.bin/rusers/rusers.c