diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 14:59:42 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 14:59:42 +0100 |
commit | e79ac4182e0532bce1b65c964e5dccce42f77f7a (patch) | |
tree | f1614c5e90dd21f399c9617c06e6b8ce30414fb8 /debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch | |
parent | 4a30056e280dc695827f14892de2aa1bbd4298a8 (diff) |
drop old patch series
Diffstat (limited to 'debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch')
-rw-r--r-- | debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch b/debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch deleted file mode 100644 index 3394b22d..00000000 --- a/debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch +++ /dev/null @@ -1,34 +0,0 @@ -From e0530ad96810b7d749f4147fc3aae6612dac2087 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Thu, 28 Nov 2013 21:00:48 +0100 -Subject: [PATCH hurd 21/29] trans: disable default payload to port mapping in - fsysServer.c - -fsysServer.o is only used by the symlink translator which does not use -libports. Therefor, it is not necessary to use the default payload to -port translation function. - -* trans/Makefile (fsys-MIGSFLAGS): Disable the default payload to port - translation function. ---- - trans/Makefile | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/trans/Makefile b/trans/Makefile -index 04fd276..24ab9d8 100644 ---- a/trans/Makefile -+++ b/trans/Makefile -@@ -44,6 +44,10 @@ ifsock-MIGSFLAGS=\ - "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ - "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";" - -+# 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" -+ - include ../Makeconf - - vpath elfcore.c $(top_srcdir)/exec --- -2.1.3 - |