From 0be50de40ee012223eba38e76f19ed08f5429f51 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 2 May 2023 00:11:22 -0400 Subject: Use uintptr_t for message payloads. A follow up to 92fad38a043b75ed6b435b3efa574ede91dbe9ee in gnumach. Message-Id: --- auth/mig-decls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth') 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); } -- cgit v1.2.3