This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository gnumach.
commit 65b45b679c3e89652f14492fe3941123dcd1c183 Author: Samuel Thibault <[email protected]> Date: Wed Feb 5 12:09:33 2014 +0000 refresh patch --- debian/patches/git-mig-inlines.patch | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/patches/git-mig-inlines.patch b/debian/patches/git-mig-inlines.patch index e95c225..983c0da 100644 --- a/debian/patches/git-mig-inlines.patch +++ b/debian/patches/git-mig-inlines.patch @@ -18,15 +18,15 @@ index 3de6996..dc0ea74 100644 extern void memory_object_proxy_init (void); extern boolean_t memory_object_proxy_notify (mach_msg_header_t *msg); --extern kern_return_t memory_object_create_proxy (const ipc_space_t space, +-extern kern_return_t memory_object_create_proxy (ipc_space_t space, - vm_prot_t max_protection, - ipc_port_t *object, - natural_t object_count, -- const vm_offset_t *offset, +- vm_offset_t *offset, - natural_t offset_count, -- const vm_offset_t *start, +- vm_offset_t *start, - natural_t start_count, -- const vm_offset_t *len, +- vm_offset_t *len, - natural_t len_count, - ipc_port_t *port); extern kern_return_t memory_object_proxy_lookup (ipc_port_t port, @@ -49,7 +49,7 @@ diff --git a/kern/ipc_kobject.c b/kern/ipc_kobject.c index 37d4eb9..13af820 100644 --- a/kern/ipc_kobject.c +++ b/kern/ipc_kobject.c -@@ -49,6 +49,18 @@ +@@ -49,6 +49,19 @@ #include <vm/memory_object_proxy.h> #include <device/ds_routines.h> @@ -60,6 +60,7 @@ index 37d4eb9..13af820 100644 +#include <device/device_pager.server.h> +#include <kern/mach4.server.h> +#include <kern/gnumach.server.h> ++#include <kern/experimental.server.h> + +#if MACH_DEBUG +#include <kern/mach_debug.server.h> @@ -68,7 +69,7 @@ index 37d4eb9..13af820 100644 #if MACH_MACHINE_ROUTINES #include <machine/machine_routines.h> #endif -@@ -146,17 +158,6 @@ ipc_kobject_server(request) +@@ -146,18 +158,6 @@ ipc_kobject_server(request) * to perform the kernel function */ { @@ -78,7 +79,8 @@ index 37d4eb9..13af820 100644 - device_server_routine(), - device_pager_server_routine(), - mach4_server_routine(), -- gnumach_server_routine(); +- gnumach_server_routine(), +- experimental_server_routine(); -#if MACH_DEBUG - extern mig_routine_t mach_debug_server_routine(); -#endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/gnumach.git
