diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h | |
parent | - Now fix to use this port on !i386. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h')
-rw-r--r-- | x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h b/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h deleted file mode 100644 index ab5a13656157..000000000000 --- a/x11/kde4-workspace/files/patch-ksysguard-ksysguardd-modules.h +++ /dev/null @@ -1,18 +0,0 @@ ---- ksysguard/ksysguardd/modules.h.orig 2009-08-20 20:02:06.000000000 +0200 -+++ ksysguard/ksysguardd/modules.h 2009-08-20 21:53:11.000000000 +0200 -@@ -59,6 +59,7 @@ - #include "Memory.h" - #include "netdev.h" - #include "ProcessList.h" -+#include "uptime.h" - #endif /* OSTYPE_FreeBSD */ - - #ifdef OSTYPE_Irix -@@ -144,6 +145,7 @@ - { "Memory", initMemory, exitMemory, updateMemory, NULLVVFUNC, 0, NULLTIME }, - { "NetDev", initNetDev, exitNetDev, updateNetDev, checkNetDev, 0, NULLTIME }, - { "ProcessList", initProcessList, exitProcessList, updateProcessList, NULLVVFUNC, 0, NULLTIME }, -+ { "Uptime", initUptime, exitUptime, NULLIVFUNC, NULLVVFUNC, 0, NULLTIME }, - #endif /* OSTYPE_FreeBSD */ - - #ifdef OSTYPE_Irix |