Convert from select() to ppoll(). Along the way, I observed that the
authorderaadt <deraadt@openbsd.org>
Thu, 11 Nov 2021 15:32:32 +0000 (15:32 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 11 Nov 2021 15:32:32 +0000 (15:32 +0000)
commit71995d6ad7f183a6ec83ac14ee35e29f8568f031
tree1e06305cb5efd289c4290403dc7069ac68cad759
parent1f1385d5a4389519c58bb287bfbf7e955ef3e6dc
Convert from select() to ppoll().  Along the way, I observed that the
select() code was using exceptfds incorrectly..
ok millert
usr.bin/ssh/ssh-keyscan.c