diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-05 11:32:17 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-05 11:32:17 +0000 |
commit | bad7acb52af8fc7193f12d8b249befe6e9b514e4 (patch) | |
tree | 752d52f1c03795d34d15f7f3ed9b4d83e797a1b0 /x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp | |
parent | - Update to 2.0.10 (diff) |
- Update to 1.0.4
Notes
Notes:
svn path=/head/; revision=141984
Diffstat (limited to 'x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp')
-rw-r--r-- | x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp b/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp deleted file mode 100644 index 2d8fc782731e..000000000000 --- a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- eworkpanel/cpumonitor.cpp.orig Sat Feb 28 04:46:23 2004 -+++ eworkpanel/cpumonitor.cpp Sat Feb 28 04:46:55 2004 -@@ -26,7 +26,7 @@ - #include <kstat.h> - #endif - --#if (defined(linux) || defined(HAVE_KSTAT_H)) -+#if (defined(linux) || defined(__FreeBSD__) || defined(HAVE_KSTAT_H)) - - #define UPDATE_INTERVAL .5f - |