diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-08 10:21:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-08 10:21:57 +0000 |
commit | 34143ad470bf67e25c655937a510c1df81a0c723 (patch) | |
tree | 21d08cad0b146ffc56499463ab90f1cd928467cf /math/kcalc/files | |
parent | Name of JAR file for dependency Log4J changed. Fixed dendency. (diff) |
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 <raabe@KDE.org>
Notes
Notes:
svn path=/head/; revision=80435
Diffstat (limited to 'math/kcalc/files')
-rw-r--r-- | math/kcalc/files/patch-ksimcpu.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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; + |