[PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2013-02-23 Thread Sergei Trofimovich
From: Sergei Trofimovich arch/um/os-Linux/signal.c:18:8: error: conflicting types for 'sig_info' In file included from /home/slyfox/linux-2.6/arch/um/os-Linux/signal.c:12:0: arch/um/include/shared/as-layout.h:64:15: note: previous declaration of 'sig_info' was here Signed-off-by: Sergei

[PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2013-02-23 Thread Sergei Trofimovich
From: Sergei Trofimovich sly...@gentoo.org arch/um/os-Linux/signal.c:18:8: error: conflicting types for 'sig_info' In file included from /home/slyfox/linux-2.6/arch/um/os-Linux/signal.c:12:0: arch/um/include/shared/as-layout.h:64:15: note: previous declaration of 'sig_info' was here

Re: [PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2013-01-11 Thread Richard Weinberger
Am Sat, 12 Jan 2013 00:55:17 +0300 schrieb Sergei Trofimovich : > On Sun, 30 Dec 2012 10:40:43 +0100 > Richard Weinberger wrote: > > > Am Sun, 30 Dec 2012 01:37:31 +0300 > > schrieb Sergei Trofimovich : > > > > > arch/um/os-Linux/signal.c:18:8: error: conflicting types for > > > 'sig_info' In

Re: [PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2013-01-11 Thread Sergei Trofimovich
On Sun, 30 Dec 2012 10:40:43 +0100 Richard Weinberger wrote: > Am Sun, 30 Dec 2012 01:37:31 +0300 > schrieb Sergei Trofimovich : > > > arch/um/os-Linux/signal.c:18:8: error: conflicting types for > > 'sig_info' In file included > > from /home/slyfox/linux-2.6/arch/um/os-Linux/signal.c:12:0: > >

Re: [PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2013-01-11 Thread Sergei Trofimovich
On Sun, 30 Dec 2012 10:40:43 +0100 Richard Weinberger rich...@nod.at wrote: Am Sun, 30 Dec 2012 01:37:31 +0300 schrieb Sergei Trofimovich sly...@gentoo.org: arch/um/os-Linux/signal.c:18:8: error: conflicting types for 'sig_info' In file included from

Re: [PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2013-01-11 Thread Richard Weinberger
Am Sat, 12 Jan 2013 00:55:17 +0300 schrieb Sergei Trofimovich sly...@gentoo.org: On Sun, 30 Dec 2012 10:40:43 +0100 Richard Weinberger rich...@nod.at wrote: Am Sun, 30 Dec 2012 01:37:31 +0300 schrieb Sergei Trofimovich sly...@gentoo.org: arch/um/os-Linux/signal.c:18:8: error:

Re: [PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2012-12-30 Thread Richard Weinberger
Am Sun, 30 Dec 2012 01:37:31 +0300 schrieb Sergei Trofimovich : > arch/um/os-Linux/signal.c:18:8: error: conflicting types for > 'sig_info' In file included > from /home/slyfox/linux-2.6/arch/um/os-Linux/signal.c:12:0: > arch/um/include/shared/as-layout.h:64:15: note: previous declaration > of

Re: [PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2012-12-30 Thread Richard Weinberger
Am Sun, 30 Dec 2012 01:37:31 +0300 schrieb Sergei Trofimovich sly...@gentoo.org: arch/um/os-Linux/signal.c:18:8: error: conflicting types for 'sig_info' In file included from /home/slyfox/linux-2.6/arch/um/os-Linux/signal.c:12:0: arch/um/include/shared/as-layout.h:64:15: note: previous

[PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2012-12-29 Thread Sergei Trofimovich
arch/um/os-Linux/signal.c:18:8: error: conflicting types for 'sig_info' In file included from /home/slyfox/linux-2.6/arch/um/os-Linux/signal.c:12:0: arch/um/include/shared/as-layout.h:64:15: note: previous declaration of 'sig_info' was here Signed-off-by: Sergei Trofimovich CC: Jeff Dike CC:

[PATCH 2/2] um: fix build failure due to mess-up of sig_info protorype

2012-12-29 Thread Sergei Trofimovich
arch/um/os-Linux/signal.c:18:8: error: conflicting types for 'sig_info' In file included from /home/slyfox/linux-2.6/arch/um/os-Linux/signal.c:12:0: arch/um/include/shared/as-layout.h:64:15: note: previous declaration of 'sig_info' was here Signed-off-by: Sergei Trofimovich sly...@gentoo.org CC: