From: Erik Hallnor Date: Tue, 14 Oct 2003 17:29:12 +0000 (-0400) Subject: hostinfo.cc: X-Git-Tag: m5_1.0_beta1~27^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=118f5da7f86a25ba2468eeead1bfcdf33bab68e8;p=gem5.git hostinfo.cc: Trial fix, uint64_T > long base/hostinfo.cc: Trial fix, uint64_T > long --HG-- extra : convert_revision : cc039420980f1bf29074a20ccea3b9a3afe99f22 --- 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");