diff options
-rw-r--r-- | archivers/ark/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | comms/kremotecontrol/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | deskutils/kcharselect/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | math/kcalc/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | misc/kdeutils3/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | misc/kdeutils4/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | security/kgpg-kde4/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | security/kwallet/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | sysutils/kdf/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | sysutils/kfloppy/files/patch-ksimcpu.cpp | 11 | ||||
-rw-r--r-- | sysutils/sweeper/files/patch-ksimcpu.cpp | 11 |
11 files changed, 121 insertions, 0 deletions
diff --git a/archivers/ark/files/patch-ksimcpu.cpp b/archivers/ark/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/archivers/ark/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; + diff --git a/comms/kremotecontrol/files/patch-ksimcpu.cpp b/comms/kremotecontrol/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/comms/kremotecontrol/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; + diff --git a/deskutils/kcharselect/files/patch-ksimcpu.cpp b/deskutils/kcharselect/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /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; + diff --git a/math/kcalc/files/patch-ksimcpu.cpp b/math/kcalc/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/math/kcalc/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; + diff --git a/misc/kdeutils3/files/patch-ksimcpu.cpp b/misc/kdeutils3/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/misc/kdeutils3/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; + diff --git a/misc/kdeutils4/files/patch-ksimcpu.cpp b/misc/kdeutils4/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/misc/kdeutils4/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; + diff --git a/security/kgpg-kde4/files/patch-ksimcpu.cpp b/security/kgpg-kde4/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/security/kgpg-kde4/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; + diff --git a/security/kwallet/files/patch-ksimcpu.cpp b/security/kwallet/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/security/kwallet/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; + diff --git a/sysutils/kdf/files/patch-ksimcpu.cpp b/sysutils/kdf/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/sysutils/kdf/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; + diff --git a/sysutils/kfloppy/files/patch-ksimcpu.cpp b/sysutils/kfloppy/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/sysutils/kfloppy/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; + diff --git a/sysutils/sweeper/files/patch-ksimcpu.cpp b/sysutils/sweeper/files/patch-ksimcpu.cpp new file mode 100644 index 000000000000..ca5e6343df41 --- /dev/null +++ b/sysutils/sweeper/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; + |