[uml-devel] [PATCH] UM: linux/coredump.h needs siginfo_t

2012-10-15 Thread David Howells
linux/coredump.h should #include asm/siginfo.h for the siginfo_t type. Without this the following error occurs when compiling UM defconfig: include/linux/coredump.h:15:25: error: unknown type name 'siginfo_t' Signed-off-by: David Howells dhowe...@redhat.com ---

Re: [uml-devel] [PATCH] UM: linux/coredump.h needs siginfo_t

2012-10-15 Thread Richard Weinberger
Am 15.10.2012 15:10, schrieb David Howells: linux/coredump.h should #include asm/siginfo.h for the siginfo_t type. Without this the following error occurs when compiling UM defconfig: include/linux/coredump.h:15:25: error: unknown type name 'siginfo_t' Signed-off-by: David Howells