From 71ce0089f78fc27231f39e9aef7356e9e72ed759 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 8 Aug 2023 01:44:03 +0200 Subject: exec: Get rid of u_int --- exec/hashexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec') 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); -- cgit v1.2.3