summaryrefslogtreecommitdiff
path: root/kern/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/task.c')
-rw-r--r--kern/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/task.c b/kern/task.c
index 0f24e44d..d721f172 100644
--- a/kern/task.c
+++ b/kern/task.c
@@ -565,7 +565,7 @@ kern_return_t task_threads(
unsigned int actual; /* this many threads */
thread_t thread;
thread_t *threads;
- int i;
+ unsigned i;
vm_size_t size, size_needed;
vm_offset_t addr;