replace select() with ppoll(), including converting timeval's to timespec's
authorderaadt <deraadt@openbsd.org>
Sat, 13 Nov 2021 21:14:13 +0000 (21:14 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 13 Nov 2021 21:14:13 +0000 (21:14 +0000)
commit9225dcc5e5fbbae35969aef8efa85da7c3de36e4
tree834dcac2e6bd484392dd622b2978a6a9f5c21d91
parent4cfb6c95b1ab0638d49f7ca20e627986d57093e3
replace select() with ppoll(), including converting timeval's to timespec's
to make things easier.
back and forth and ok; djm
usr.bin/ssh/misc.c
usr.bin/ssh/misc.h
usr.bin/ssh/packet.c