CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2021/11/13 14:14:13
Modified files: usr.bin/ssh : packet.c misc.c misc.h Log message: replace select() with ppoll(), including converting timeval's to timespec's to make things easier. back and forth and ok; djm