summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/cpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/cpu.c b/components/cpu.c
index 9a021d5..d9bd018 100644
--- a/components/cpu.c
+++ b/components/cpu.c
@@ -53,8 +53,7 @@
const char *
cpu_freq(void)
{
- int mib[2];
- uintmax_t freq;
+ int freq, mib[2];
size_t size;
mib[0] = CTL_HW;