update Sat Oct 3 06:37:00 PDT 2009
[pkgsrc.git] / wip / kdebase-workspace4 / patches / patch-be
1 $NetBSD$
2
3 --- ksysguard/ksysguardd/NetBSD/Memory.h.orig   2008-01-05 12:55:45.000000000 +1300
4 +++ ksysguard/ksysguardd/NetBSD/Memory.h
5 @@ -41,9 +41,18 @@ void printExecpages(const char* cmd);
6  void printExecpagesInfo(const char* cmd);
7  void printFilepages(const char* cmd);
8  void printFilepagesInfo(const char* cmd);
9 +void printAnonpages(const char* cmd);
10 +void printAnonpagesInfo(const char* cmd);
11  void printSwapUsed(const char* cmd);
12  void printSwapUsedInfo(const char* cmd);
13  void printSwapFree(const char* cmd);
14  void printSwapFreeInfo(const char* cmd);
15  
16 +void printAppl(const char* cmd);
17 +void printApplInfo(const char* cmd);
18 +void printBuffers(const char* cmd);
19 +void printBuffersInfo(const char* cmd);
20 +void printCached(const char* cmd);
21 +void printCachedInfo(const char* cmd);
22 +
23  #endif