diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
commit | 00535086d3a922b17e2beead589f92e6cd585ff8 (patch) | |
tree | 39749b1efaaad8c42f3be50320a00cac0799aacc /deskutils/kcharselect/files/patch-ksimcpu.cpp | |
parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes:
svn path=/head/; revision=100899
svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'deskutils/kcharselect/files/patch-ksimcpu.cpp')
-rw-r--r-- | deskutils/kcharselect/files/patch-ksimcpu.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/kcharselect/files/patch-ksimcpu.cpp b/deskutils/kcharselect/files/patch-ksimcpu.cpp deleted file mode 100644 index ca5e6343df41..000000000000 --- a/deskutils/kcharselect/files/patch-ksimcpu.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - |