2c2
< * Copyright (c) 2004-2005 The Regents of The University of Michigan
---
> * Copyright (c) 2004-2009 The Regents of The University of Michigan
41a42
> #include <string>
44a46,48
> class ThreadContext;
> class LiveProcess;
>
160a165,167
> static int openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc);
> static std::string procMeminfo(LiveProcess *process, ThreadContext *tc);
>