CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2009/06/02 16:05:54
Modified files: sys/sys : timeout.h sys/kern : kern_timeout.c Log message: Constipate the second argument to timeout_add_*(). Also, use nitems() in two places instead of coding the array size and fix a spot of whitespace. ok miod@ blambert@