CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/14 06:13:33
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h mrt.c
Log message:
mrt_timeout should just return -1 when there is no timeout set instead
of some strange maximum. The poll loop in bgpd.c already limits the
maximum wait time so there is no need to double it.
While there switch to using time_t for the calculation.
OK phessler@
