summaryrefslogtreecommitdiff
path: root/debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-01 13:01:24 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-01 13:01:24 +0100
commitaa48e2cf4a80af7d26239a2e76e4214f211b9bb8 (patch)
tree4e89204538322a42264ec87d15e40a8e4d8f0f71 /debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch
parent16390b1f032657492a3c0ebe9989b6aa5cc7ad7e (diff)
drop old patch series
Diffstat (limited to 'debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch')
-rw-r--r--debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch b/debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch
deleted file mode 100644
index 121212bb..00000000
--- a/debian/patches/0024-trans-streamio-make-the-translator-payload-aware.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 8264b51c58f9e133374aec81793d18fdab4ebc7f 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
-