diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-13 16:31:17 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-13 16:31:17 +0100 |
commit | ab745f07e5b683e19a4338dbcf5f367d03174417 (patch) | |
tree | c64032a0e556ccad88379ff251155b26f3194ed7 /debian/patches | |
parent | 2dc04aaecba268b79f79fdfa2484c15bb4a71970 (diff) |
fixup patches
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001-Makeconf-handle-the-gnumach-protocol.patch | 6 | ||||
-rw-r--r-- | debian/patches/0010-Makeconf-handle-the-task_notify-protocol.patch | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0001-Makeconf-handle-the-gnumach-protocol.patch b/debian/patches/0001-Makeconf-handle-the-gnumach-protocol.patch index 1602299a..d9bc4ebd 100644 --- a/debian/patches/0001-Makeconf-handle-the-gnumach-protocol.patch +++ b/debian/patches/0001-Makeconf-handle-the-gnumach-protocol.patch @@ -12,12 +12,12 @@ diff --git a/Makeconf b/Makeconf index 32eec13..f0d3fe3 100644 --- a/Makeconf +++ b/Makeconf -@@ -575,7 +575,9 @@ vpath %.defs $(top_srcdir)/hurd +@@ -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 -+ memory_object_default notify \ +- memory_object_default notify experimental ++ memory_object_default notify experimental \ + gnumach \ + mach_debug_defs_names = mach_debug diff --git a/debian/patches/0010-Makeconf-handle-the-task_notify-protocol.patch b/debian/patches/0010-Makeconf-handle-the-task_notify-protocol.patch index 62020efb..0c0f675a 100644 --- a/debian/patches/0010-Makeconf-handle-the-task_notify-protocol.patch +++ b/debian/patches/0010-Makeconf-handle-the-task_notify-protocol.patch @@ -12,9 +12,9 @@ diff --git a/Makeconf b/Makeconf index f0d3fe3..5439913 100644 --- a/Makeconf +++ b/Makeconf -@@ -577,6 +577,7 @@ mach_defs_names = bootstrap exc mach mach4 \ +@@ -577,7 +577,7 @@ mach_defs_names = bootstrap exc mach mach4 \ mach_host mach_port mach_timer_reply memory_object \ - memory_object_default notify \ + memory_object_default notify experimental \ gnumach \ + task_notify \ |