From 4441d7a5e7e1aded80460d4080470f59dfaa6747 Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 8 May 2003 10:21:57 +0000 Subject: Readd patch-ksimcpu.cpp, which was accidently removed with the 3.1.1 update. This fixes the build on alpha. Reported & tested by: kris Submitted by: Frerich Raabe --- deskutils/kcharselect/files/patch-ksimcpu.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deskutils/kcharselect/files/patch-ksimcpu.cpp (limited to 'deskutils') diff --git a/deskutils/kcharselect/files/patch-ksimcpu.cpp b/deskutils/kcharselect/files/patch-ksimcpu.cpp new file mode 100644 index 0000000..ca5e634 --- /dev/null +++ b/deskutils/kcharselect/files/patch-ksimcpu.cpp @@ -0,0 +1,11 @@ +--- ksim/monitors/cpu/ksimcpu.cpp.orig Fri Mar 7 23:10:34 2003 ++++ ksim/monitors/cpu/ksimcpu.cpp Sat Apr 26 02:41:45 2003 +@@ -226,7 +226,7 @@ + static int oidCpuTime[CTL_MAXNAME + 2]; + static size_t oidCpuTimeLen = sizeof(oidCpuTime); + long cpuTime[CPUSTATES]; +- unsigned int cpuTimeLen = sizeof(cpuTime); ++ size_t cpuTimeLen = sizeof(cpuTime); + static char *name = "kern.cp_time"; + static int initialized = 0; + -- cgit v1.1