CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/21 04:44:42
Modified files:
share/man/man9 : Makefile rt_timer_add.9
sys/net : route.c route.h
sys/netinet : ip_icmp.c ip_input.c
sys/netinet6 : icmp6.c
Log message:
rt_timer* spring cleanup.
Rename and document rt_timer_count() into rt_timer_queue_count() to
be consistent with the other functions. Remove unused argument from
rt_timer_queue_destroy(), clean the definitions and finally use the
same order in NAME and DESCRIPTION as requested by jmc@.
ok henning@