* hurd/catch-exc.c: Use integer_t instead of int.
* hurd/hurdfault.c: Likewise.
exception_data_t code,
mach_msg_type_number_t codeCnt
#else /* Vanilla Mach 3.0 interface. */
- int exception, int code, int subcode
+ integer_t exception,
+ integer_t code, integer_t subcode
#endif
)
{
exception_data_t code,
mach_msg_type_number_t codeCnt
#else /* Vanilla Mach 3.0 interface. */
- int exception, int code, int subcode
+ integer_t exception,
+ integer_t code, integer_t subcode
#endif
)
{