diff options
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/start-translator-long.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/start-translator-long.c b/libfshelp/start-translator-long.c index 0d6c574a..0b16e7d0 100644 --- a/libfshelp/start-translator-long.c +++ b/libfshelp/start-translator-long.c @@ -110,7 +110,7 @@ service_fsys_startup (fshelp_open_fn_t underlying_open_fn, void *cookie, { union { - uint32_t word; + uintptr_t word; mach_msg_type_t type; } t, c; t.type = *type; |