diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-10-29 16:38:17 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-10-29 16:38:17 +0100 |
commit | c3c6b55517d7d1e217e88d08f3265a5a7d77565a (patch) | |
tree | 07ddb1182fbc20eca51ccae1ec2da0b2280e5cba /hurd | |
parent | 0437af60d3bbf09003f3fd1fdb9993958fcd430d (diff) |
hurd: fix type of in-translation function
* hurd/hurd_types.defs (interrupt_t): Fix type of in-translation
function.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 5fa59f34..18375001 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -285,7 +285,7 @@ intran: INTERRUPT_INTRAN intranpayload: INTERRUPT_INTRAN_PAYLOAD #else #ifdef HURD_DEFAULT_PAYLOAD_TO_PORT -intranpayload: exec_startup_t HURD_DEFAULT_PAYLOAD_TO_PORT +intranpayload: interrupt_t HURD_DEFAULT_PAYLOAD_TO_PORT #endif #endif #ifdef INTERRUPT_OUTTRAN |