diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 06:05:28 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 06:05:28 +0100 |
commit | 834ec5ff5ea9e0b61b9d47bf4305da0bf6f0b03c (patch) | |
tree | 8ba130f2490263f5e06a67a17834bd737e8002e1 /debian/patches/0020-init-disable-default-payload-to-port-mapping.patch | |
parent | bc2df54e33fd813aeaa43ef038a8b88446d6cb54 (diff) |
drop old patch series
Diffstat (limited to 'debian/patches/0020-init-disable-default-payload-to-port-mapping.patch')
-rw-r--r-- | debian/patches/0020-init-disable-default-payload-to-port-mapping.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/patches/0020-init-disable-default-payload-to-port-mapping.patch b/debian/patches/0020-init-disable-default-payload-to-port-mapping.patch deleted file mode 100644 index dfd17ee3..00000000 --- a/debian/patches/0020-init-disable-default-payload-to-port-mapping.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 9f64f8747e7e9c8fb6a4adb0a020cb625ba2c11b Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Thu, 28 Nov 2013 20:57:40 +0100 -Subject: [PATCH hurd 20/29] init: disable default payload to port mapping - -init does not use libports. Therefor, it is not necessary to use the -default payload to port translation function. - -* init/Makefile (MIGSFLAGS): Disable the default payload to port - translation function. ---- - init/Makefile | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/init/Makefile b/init/Makefile -index 07b8026..ab06495 100644 ---- a/init/Makefile -+++ b/init/Makefile -@@ -21,4 +21,8 @@ SRCS = init.c - OBJS = $(SRCS:.c=.o) - target = init - -+# init does not use libports. Disable the default payload to port -+# conversion. -+MIGSFLAGS="-DHURD_DEFAULT_PAYLOAD_TO_PORT=1" -+ - include ../Makeconf --- -2.1.3 - |