aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exec/hashexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/hashexec.c b/exec/hashexec.c
index 9cd5392b..0c94673e 100644
--- a/exec/hashexec.c
+++ b/exec/hashexec.c
@@ -466,7 +466,7 @@ check_hashbang (struct execdata *e,
/* The exec of the interpreter succeeded! Deallocate the resources
we passed to that exec. We don't need to save them in a bootinfo
structure; the exec of the interpreter takes care of that. */
- u_int i;
+ unsigned i;
mach_port_deallocate (mach_task_self (), file);
task_resume (oldtask); /* Our caller suspended it. */
mach_port_deallocate (mach_task_self (), oldtask);