summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Hallnor <ehallnor@umich.edu>2003-10-14 13:29:12 -0400
committerErik Hallnor <ehallnor@umich.edu>2003-10-14 13:29:12 -0400
commit118f5da7f86a25ba2468eeead1bfcdf33bab68e8 (patch)
treea626542c83f473f4243d9d595f9b97655c61620d
parentfd55a1cbbb42ae2cbc79ffd4e7f65cdd466ee155 (diff)
downloadgem5-118f5da7f86a25ba2468eeead1bfcdf33bab68e8.tar.xz
hostinfo.cc:
Trial fix, uint64_T > long base/hostinfo.cc: Trial fix, uint64_T > long --HG-- extra : convert_revision : cc039420980f1bf29074a20ccea3b9a3afe99f22
-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");