aboutsummaryrefslogtreecommitdiff
path: root/exec/mig-decls.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec/mig-decls.h')
-rw-r--r--exec/mig-decls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/mig-decls.h b/exec/mig-decls.h
index cf3e17da..94adfc9c 100644
--- a/exec/mig-decls.h
+++ b/exec/mig-decls.h
@@ -31,7 +31,7 @@ begin_using_bootinfo_port (mach_port_t port)
}
static inline struct bootinfo * __attribute__ ((unused))
-begin_using_bootinfo_payload (unsigned long payload)
+begin_using_bootinfo_payload (uintptr_t payload)
{
return ports_lookup_payload (port_bucket, payload, execboot_portclass);
}