The FreeBSD `ram_*' functions in `components/ram.c' were printing
completely wrong results (especially `ram_perc'). This was fixed
by changing the `active' and `npages' variables' data types from
`long' to `int'.
`config.mk' was lacking the appropriate `X11INC' and `X11LIB'
values to build on FreeBSD, so I added them (commented out by
default).
I also fixed the coding style across all files to match
https://suckless.org/coding_style/
--
Kind regards,
Christos
Received on Sat May 08 2021 - 23:03:15 CEST