summaryrefslogtreecommitdiff
path: root/debian/patches/0029-trans-streamio-xxx-pp-aware.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-21 14:59:42 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-21 14:59:42 +0100
commitb0cf42547cf95c236c82b871e94c1e9e66a8de7a (patch)
tree519948f3c58de8a63a6452fbc7c8b34e55fba127 /debian/patches/0029-trans-streamio-xxx-pp-aware.patch
parente79ac4182e0532bce1b65c964e5dccce42f77f7a (diff)
add patch series
Diffstat (limited to 'debian/patches/0029-trans-streamio-xxx-pp-aware.patch')
-rw-r--r--debian/patches/0029-trans-streamio-xxx-pp-aware.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0029-trans-streamio-xxx-pp-aware.patch b/debian/patches/0029-trans-streamio-xxx-pp-aware.patch
new file mode 100644
index 00000000..ef91ee43
--- /dev/null
+++ b/debian/patches/0029-trans-streamio-xxx-pp-aware.patch
@@ -0,0 +1,25 @@
+From 268c0621b1baa9644ba5fa755e67972f92986d5c 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 29/30] trans/streamio: xxx pp aware
+
+---
+ trans/Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/trans/Makefile b/trans/Makefile
+index 24ab9d8..5dc4beb 100644
+--- a/trans/Makefile
++++ b/trans/Makefile
+@@ -44,6 +44,8 @@ ifsock-MIGSFLAGS=\
+ "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \
+ "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";"
+
++device_reply-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
++
+ # fsysServer is only used by the symlink translator which does not use
+ # libports. Disable the default payload to port conversion.
+ fsys-MIGSFLAGS = "-DHURD_DEFAULT_PAYLOAD_TO_PORT=1"
+--
+2.1.3
+