From c3c6b55517d7d1e217e88d08f3265a5a7d77565a Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 29 Oct 2015 16:38:17 +0100 Subject: hurd: fix type of in-translation function * hurd/hurd_types.defs (interrupt_t): Fix type of in-translation function. --- hurd/hurd_types.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3