summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/port/proc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/9/port/proc.c b/sys/src/9/port/proc.c
index 5a98ac747..0c701fb8a 100644
--- a/sys/src/9/port/proc.c
+++ b/sys/src/9/port/proc.c
@@ -14,9 +14,9 @@ void updatecpu(Proc*);
int reprioritize(Proc*);
ulong delayedscheds; /* statistics */
-long skipscheds;
-long preempts;
-ulong load;
+ulong skipscheds;
+ulong preempts;
+ulong load;
static struct Procalloc
{