diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 12:13:49 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 12:13:49 +0100 |
commit | a22a44d56a9776c04151f43b495baf12d8718739 (patch) | |
tree | b27cd1335dbf0670281b13e98720e1b732379f55 /debian/patches/0028-trans-streamio-xxx-pp-aware.patch | |
parent | 295f563ee0f825971c77d91a77fa21d81b889759 (diff) |
drop old patch series
Diffstat (limited to 'debian/patches/0028-trans-streamio-xxx-pp-aware.patch')
-rw-r--r-- | debian/patches/0028-trans-streamio-xxx-pp-aware.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/0028-trans-streamio-xxx-pp-aware.patch b/debian/patches/0028-trans-streamio-xxx-pp-aware.patch deleted file mode 100644 index 2464bbaf..00000000 --- a/debian/patches/0028-trans-streamio-xxx-pp-aware.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 97896e22a3247b733eadd2845bfb634a1c39fabe 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 28/29] 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 - |