CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/28 22:00:44
Modified files:
usr.sbin/rdate : ntp.c
Log message:
use poll() instead of select(), thereby removing the fd_set malloc/free
dance which was used to avoid fd_set overflow with high file descriptor
values.
ok doug
