aboutsummaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rw-r--r--auth/mig-decls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/mig-decls.h b/auth/mig-decls.h
index fa7b06d3..dab4a1fb 100644
--- a/auth/mig-decls.h
+++ b/auth/mig-decls.h
@@ -33,7 +33,7 @@ auth_port_to_handle (mach_port_t auth)
}
static inline struct authhandle * __attribute__ ((unused))
-auth_payload_to_handle (unsigned long payload)
+auth_payload_to_handle (uintptr_t payload)
{
return ports_lookup_payload (auth_bucket, payload, authhandle_portclass);
}