From b294b98273d5cae35ab470c066f683c7b5e8d837 Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Sat, 5 Apr 2003 22:16:12 +0000 Subject: Rejoice, for the long awaited upgrade to kde 3.1.1 is here! --- misc/kdeutils3/files/patch-ksimcpu.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 misc/kdeutils3/files/patch-ksimcpu.cpp (limited to 'misc/kdeutils3/files/patch-ksimcpu.cpp') diff --git a/misc/kdeutils3/files/patch-ksimcpu.cpp b/misc/kdeutils3/files/patch-ksimcpu.cpp deleted file mode 100644 index 38fa88cabeec..000000000000 --- a/misc/kdeutils3/files/patch-ksimcpu.cpp +++ /dev/null @@ -1,31 +0,0 @@ ---- ksim/monitors/cpu/ksimcpu.cpp.orig Mon May 13 10:47:51 2002 -+++ ksim/monitors/cpu/ksimcpu.cpp Mon Mar 17 13:26:46 2003 -@@ -42,8 +42,16 @@ - #include - - #ifdef Q_OS_BSD4 --#include - #include -+#ifdef Q_OS_FREEBSD -+#if __FreeBSD_version < 500101 -+#include -+#else -+#include -+#endif -+#else -+#include -+#endif - #include - #include - #include -@@ -246,8 +254,8 @@ - static int oidCpuTime[CTL_MAXNAME + 2]; - static size_t oidCpuTimeLen = sizeof(oidCpuTime); - long cpuTime[CPUSTATES]; -- unsigned int cpuTimeLen = sizeof(cpuTime); -- static char *name = "kern.cp_time"; -+ size_t cpuTimeLen = sizeof(cpuTime); -+ static const char *name = "kern.cp_time"; - static int initialized = 0; - - if (!initialized) { -- cgit v1.2.3