vmstat/dkstats.c: remove obfuscatory timerset() macro
authorcheloha <cheloha@openbsd.org>
Mon, 6 May 2024 16:54:22 +0000 (16:54 +0000)
committercheloha <cheloha@openbsd.org>
Mon, 6 May 2024 16:54:22 +0000 (16:54 +0000)
commit23d448557bddb867a7743dee9e9043351636ea21
tree8105111683147e9696ae8c6f86df15c0a52a5adc
parentce405b3800556c06825a3f5c5904488a84791778
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@
usr.bin/vmstat/dkstats.c