CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/11 08:32:33
Modified files:
usr.bin/ssh : ssh-keyscan.c
Log message:
Convert from select() to ppoll(). Along the way, I observed that the
select() code was using exceptfds incorrectly..
ok millert
