summaryrefslogtreecommitdiff
path: root/debian/patches/0028-mach-defpager-fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0028-mach-defpager-fix-build.patch')
-rw-r--r--debian/patches/0028-mach-defpager-fix-build.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/0028-mach-defpager-fix-build.patch b/debian/patches/0028-mach-defpager-fix-build.patch
deleted file mode 100644
index 42ef3847..00000000
--- a/debian/patches/0028-mach-defpager-fix-build.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 1f33d9bf82670af8b70f157d87698319a6d793f8 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Fri, 14 Mar 2014 00:32:52 +0100
-Subject: [PATCH hurd 28/28] mach-defpager: fix build
-
----
- mach-defpager/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile
-index 09debed..ed115bd 100644
---- a/mach-defpager/Makefile
-+++ b/mach-defpager/Makefile
-@@ -27,7 +27,7 @@ SRCS := default_pager.c kalloc.c wiring.c main.c setup.c
- OBJS := $(SRCS:.c=.o) \
- $(addsuffix Server.o,\
- memory_object default_pager memory_object_default exc) \
-- default_pager_replyUser.o
-+ default_pager_replyUser.o mach_portUser.o
-
- HURDLIBS:= ihash
- OTHERLIBS:= -lpthread
---
-2.1.3
-