summaryrefslogtreecommitdiffstats
path: root/ksysguard/ksysguardd/FreeBSD/CPU.c
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/ksysguardd/FreeBSD/CPU.c')
-rw-r--r--ksysguard/ksysguardd/FreeBSD/CPU.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/ksysguard/ksysguardd/FreeBSD/CPU.c b/ksysguard/ksysguardd/FreeBSD/CPU.c
index 90d0c4721..0d83cd7f6 100644
--- a/ksysguard/ksysguardd/FreeBSD/CPU.c
+++ b/ksysguard/ksysguardd/FreeBSD/CPU.c
@@ -212,15 +212,15 @@ long percentages(cnt, out, new, old, diffs)
int cnt;
int *out;
-register long *new;
-register long *old;
+long *new;
+long *old;
long *diffs;
{
- register int i;
- register long change;
- register long total_change;
- register long *dp;
+ int i;
+ long change;
+ long total_change;
+ long *dp;
long half_total;
/* initialization */