bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd 1/9] Makeconf: handle the gnumach protocol


From: Justus Winter
Subject: [PATCH hurd 1/9] Makeconf: handle the gnumach protocol
Date: Fri, 7 Nov 2014 17:31:54 +0100

* 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,7 +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
+       memory_object_default notify \
+       gnumach \
+
 mach_debug_defs_names = mach_debug
 device_defs_names = dev_forward device device_reply device_request
 
-- 
2.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]