diff options
Diffstat (limited to 'hurd/hurdfault.c')
-rw-r--r-- | hurd/hurdfault.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/hurdfault.c b/hurd/hurdfault.c index 6313f16e2e..6ab5a97876 100644 --- a/hurd/hurdfault.c +++ b/hurd/hurdfault.c @@ -45,7 +45,8 @@ _hurdsig_fault_catch_exception_raise (mach_port_t port, 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 ) { |