Download raw body.
vmstat/dkstats.c: remove obfuscatory timerset() macro
On Thu, 18 Apr 2024 13:22:25 -0500, Scott Cheloha wrote: > Using a macro to perform a plain struct assignment obfuscates the > obvious. Delete timerset(). While here, remove the superfluous > timerclear(3) calls. Struct assignment is definitely the clearer approach. OK millert@ - todd
vmstat/dkstats.c: remove obfuscatory timerset() macro