CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/06 10:54:22
Modified files:
usr.bin/vmstat : dkstats.c
Log message:
vmstat/dkstats.c: remove obfuscatory timerset() macro
Using a macro to perform a plain struct assignment obfuscates the
obvious. Delete the timerset() macro.
While here, remove some superfluous timerclear(3) calls.
Thread: https://marc.info/?l=openbsd-tech&m=171346446031940&w=2
ok millert@
