CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/03/19 05:41:56
Modified files: sys/dev/usb : utrh.c sys/dev/sdmmc : sdmmc.c sys/dev/sun : sunkbd.c Log message: Reduces the noise around the global ``ticks'' variable by renaming all local ones to ``nticks''. (missed in previous) ok stefan@, deraadt@