summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Makeconf-handle-the-gnumach-protocol.patch
blob: d9bc4ebda487a0610afa56aabf419db420ed8d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 3c7bce4ae45aa108e3ca4037392755ca8282a928 Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Fri, 7 Nov 2014 11:44:22 +0100
Subject: [PATCH hurd 01/14] Makeconf: handle the gnumach protocol

* Makeconf (mach_defs_names): Add `gnumach'.
---
 Makeconf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makeconf b/Makeconf
index 32eec13..f0d3fe3 100644
--- a/Makeconf
+++ b/Makeconf
@@ -575,8 +575,9 @@ vpath %.defs $(top_srcdir)/hurd
 # These we want to find in the libc include directory...
 mach_defs_names = bootstrap exc mach mach4 \
 	mach_host mach_port mach_timer_reply memory_object \
-	memory_object_default notify experimental
+	memory_object_default notify experimental \
+	gnumach \
+
 mach_debug_defs_names = mach_debug
 device_defs_names = dev_forward device device_reply device_request
 
-- 
2.1.1