CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/23 22:53:04
Modified files:
sys/kern : kern_timeout.c
Log message:
Make timeout_add_sec(9) add a tick if given zero seconds
All other timeout_add_*() functions do so before calling timeout_add(9) as
described in the manual, this one did not.
OK cheloha
