diff -purN bubblemon-dockapp-1.41/sys_linux.c bubblemon-dockapp-1.41-nonice/sys_linux.c
--- bubblemon-dockapp-1.41/sys_linux.c	2004-03-03 22:41:47.000000000 +0100
+++ bubblemon-dockapp-1.41-nonice/sys_linux.c	2004-03-03 22:41:09.000000000 +0100
@@ -40,7 +40,7 @@ int system_cpu(void)
     /* Find out the CPU load */
     /* user + sys = load
      * total = total */
-    load = ab + ac + ad;	/* cpu.user + cpu.sys; */
+    load = ab + ad;	/* cpu.user + cpu.sys; */
     total = ab + ac + ad + ae;	/* cpu.total; */
 
     /* "i" is an index into a load history */
