summaryrefslogtreecommitdiff
path: root/comms/kremotecontrol/files/patch-ksimcpu.cpp
blob: ca5e6343df41a90dd8eab2b9771e962973175c22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;