commit ae39818ae1b030b0114d45b163beeb2218fa4473 parent 24d3e696c3ca2b151444dfa97bd66ef1e9842afb Author: bsandro <brian.drosan@gmail.com> Date: Sat, 5 Feb 2022 21:42:06 +0200 test commit to see if newly unwrapped openbsd server works properly (2) Diffstat:
M | dwmstatus.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dwmstatus.c b/dwmstatus.c @@ -139,7 +139,8 @@ int cpufreq(void) { int freq = 0; - char *cmd_out = execproc("vcgencmd measure_clock arm"); // @todo unavailable on openbsd! + // @todo unavailable on openbsd! + char *cmd_out = execproc("vcgencmd measure_clock arm"); if (cmd_out == NULL) return freq;