summaryrefslogtreecommitdiff
path: root/debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch
blob: 9337b76b1cd233869ec69353685a9ca725ecc4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From b5cb27de81a485973fd29227222f0d06d0a653b1 Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Fri, 21 Nov 2014 05:29:36 +0100
Subject: [PATCH hurd 24/29] trans/streamio: make the translator payload-aware

* trans/Makefile (device_reply-MIGSFLAGS): Define MACH_PAYLOAD_TO_PORT.
---
 trans/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/trans/Makefile b/trans/Makefile
index 04fd276..b6edb97 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -44,6 +44,9 @@ ifsock-MIGSFLAGS=\
     "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \
     "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";"
 
+# device_replyServer is used by the streamio translator.
+device_reply-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
+
 include ../Makeconf
 
 vpath elfcore.c $(top_srcdir)/exec
-- 
2.1.3