Move to svc_getreq_poll/svc_pollfd.
authorjca <jca@openbsd.org>
Tue, 5 Jul 2016 16:41:40 +0000 (16:41 +0000)
committerjca <jca@openbsd.org>
Tue, 5 Jul 2016 16:41:40 +0000 (16:41 +0000)
commitb5caa0f8cec5ee372c68d26488501b4c1373cf6e
treefc31970aaddcdbf4535ac0bd1292ef86515d04db
parentaa2984d080416dd37d1a42b447539fbfb410d378
Move to svc_getreq_poll/svc_pollfd.

Stop using select to avoid the weird workarounds for fd_set size.
Also replace calloc with reallocarray.  Prompted by a mail by Miod,
cluebat from guenther@.

ok millert@, prodding deraadt@
usr.sbin/ypbind/ypbind.c