CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/19 20:59:18
Modified files:
sys/kern : kern_timeout.c
Log message:
timeout(9): use CLR/ISSET/SET consistently
While here in timeout_add(9), use KASSERT for brevity.
CLR/ISSET/SET bits ok krw@
