summaryrefslogtreecommitdiff
path: root/kern/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/host.c')
-rw-r--r--kern/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/host.c b/kern/host.c
index 2855cd2d..57280c49 100644
--- a/kern/host.c
+++ b/kern/host.c
@@ -51,7 +51,7 @@ kern_return_t host_processors(
processor_array_t *processor_list,
natural_t *countp)
{
- int i;
+ unsigned i;
processor_t *tp;
vm_offset_t addr;
unsigned int count;