commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 03/06: hurd: fix type of in-translation function


From: Samuel Thibault
Subject: [hurd] 03/06: hurd: fix type of in-translation function
Date: Tue, 03 Nov 2015 22:43:20 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit c3c6b55517d7d1e217e88d08f3265a5a7d77565a
Author: Justus Winter <address@hidden>
Date:   Thu Oct 29 16:38:17 2015 +0100

    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 5fa59f3..1837500 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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]