CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/30 06:30:40
Modified files:
usr.sbin/rtadvd: config.c rtadvd.c timer.c timer.h
Log message:
- replace TIMEVAL_* function/macros with macros from sys/time.h
- replace insque(3) with SLIST from queue(3)
- with that, rewrite rtadvd_check_timer() logic to avoid
timeval {0x7fffffff, 0x7fffffff}
test/ok sthen@
