Re: [PATCH] ipc/mach_port.c compiler warning fix.

2008-11-10 Thread Samuel Thibault
Applied, thanks. Samuel

Re: [PATCH] ipc/mach_port.c compiler warning fix.

2008-11-05 Thread Shakthi Kannan
Hi, Sorry, sent wrong second patch (still trying to get working on git). Take this one: 2008-11-05 Shakthi Kannan <[EMAIL PROTECTED]> ipc/mach_port.c (mach_port_insert_right): Fix 'ipc_object_copyout_name' type compiler warning. --- diff --git a/ipc/mach_port.c b/ipc/mach_

[PATCH] ipc/mach_port.c compiler warning fix.

2008-11-04 Thread Shakthi Kannan
2008-11-05 Shakthi Kannan <[EMAIL PROTECTED]> ipc/mach_port.c (mach_port_insert_right): Fix 'ipc_object_copyout_name' type compiler warning. --- diff --git a/ipc/mach_port.c b/ipc/mach_port.c index 0d78714..ea863f4 100644 --- a/ipc/mach_port.c +++ b/ipc/mach_port.c @@ -1290,

Re: [PATCH] ipc/mach_port.c compiler warning fix.

2008-11-04 Thread Neal H. Walfield
Thanks. Can you please supply a GNU change log? At Tue, 4 Nov 2008 19:06:07 +0530, Shakthi Kannan wrote: > > Fix ipc/mach_port.c compiler warning. > > --- > ipc/mach_port.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/ipc/mach_port.c b/ipc/mach_port.c > inde

[PATCH] ipc/mach_port.c compiler warning fix.

2008-11-04 Thread Shakthi Kannan
Fix ipc/mach_port.c compiler warning. --- ipc/mach_port.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ipc/mach_port.c b/ipc/mach_port.c index 63c25dc..0d78714 100644 --- a/ipc/mach_port.c +++ b/ipc/mach_port.c @@ -1290,7 +1290,8 @@ mach_port_insert_right( if