From 118f5da7f86a25ba2468eeead1bfcdf33bab68e8 Mon Sep 17 00:00:00 2001 From: Erik Hallnor Date: Tue, 14 Oct 2003 13:29:12 -0400 Subject: hostinfo.cc: Trial fix, uint64_T > long base/hostinfo.cc: Trial fix, uint64_T > long --HG-- extra : convert_revision : cc039420980f1bf29074a20ccea3b9a3afe99f22 --- base/hostinfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/hostinfo.cc') 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"); -- cgit v1.2.3