diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
| commit | 6a294c20389911c409eb5f6f05033eaf6c6975ab (patch) | |
| tree | b621d2670693545124e161f6048aa76ec80ae631 /sysutils/kdf/files/patch-ksimcpu.cpp | |
| parent | ef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff) | |
Diffstat (limited to 'sysutils/kdf/files/patch-ksimcpu.cpp')
| -rw-r--r-- | sysutils/kdf/files/patch-ksimcpu.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/kdf/files/patch-ksimcpu.cpp b/sysutils/kdf/files/patch-ksimcpu.cpp deleted file mode 100644 index ca5e6343df41..000000000000 --- a/sysutils/kdf/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; - |
