]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: replace select() with ppoll(), including converting
authorderaadt@openbsd.org <deraadt@openbsd.org>
Sat, 13 Nov 2021 21:14:13 +0000 (21:14 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 17 Nov 2021 22:09:59 +0000 (09:09 +1100)
commit6582a31c388968f4073af2bd8621880735c3d42b
treeda5704116e32132963b6fc5e317784db44725a33
parent7c025c005550c86a40200a2bcdd355d09413d61a
upstream: replace select() with ppoll(), including converting

timeval's to timespec's to make things easier. back and forth and ok; djm

OpenBSD-Commit-ID: 89d3b23c60875da919e7820f9de6213286ffbec9
misc.c
misc.h
packet.c