[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
- [hurd] branch upstream updated (b989189 -> f5ab1a1), Samuel Thibault, 2015/11/03
- [hurd] 02/06: trans: improve demuxers, Samuel Thibault, 2015/11/03
- [hurd] 04/06: pflocal: avoid building the interrupt server, Samuel Thibault, 2015/11/03
- [hurd] 01/06: Make fakerooted access() return real access, Samuel Thibault, 2015/11/03
- [hurd] 03/06: hurd: fix type of in-translation function,
Samuel Thibault <=
- [hurd] 06/06: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2015/11/03
- [hurd] 05/06: GNU Hurd 0.7, Samuel Thibault, 2015/11/03