From 007eeb3e109d833a52603c3a19436907126b33a8 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 15 Mar 2016 05:49:51 -0400 Subject: Use posix types for mig definitions. * hurd/hurd_types.defs: Use posix types. * libfshelp/start-translator-long.c: Use uint32_t instead of unsigned32_t. --- libfshelp/start-translator-long.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libfshelp') diff --git a/libfshelp/start-translator-long.c b/libfshelp/start-translator-long.c index 8b00e088..da6f52e3 100644 --- a/libfshelp/start-translator-long.c +++ b/libfshelp/start-translator-long.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include "fshelp.h" @@ -107,7 +108,7 @@ service_fsys_startup (fshelp_open_fn_t underlying_open_fn, void *cookie, { union { - unsigned32_t word; + uint32_t word; mach_msg_type_t type; } t, c; t.type = *type; -- cgit v1.2.3