summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/hostinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/hostinfo.cc b/base/hostinfo.cc
index b530ae237..3213bce21 100644
--- a/base/hostinfo.cc
+++ b/base/hostinfo.cc
@@ -42,7 +42,7 @@ procInfo(char *filename, char *target)
int done = 0;
char line[80];
char format[80];
- uint64_t usage;
+ long usage;
FILE *fp = fopen(filename, "r");