public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Build error with v2.6.34-rc2-51-g7b1f513
@ 2010-03-22 21:15 Chris Clayton
  2010-03-23  2:24 ` Américo Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Clayton @ 2010-03-22 21:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: anton

Hi,

Commit 45575f5a426c01ec68cd33d998267ba2f6278fac seems to be causing the build 
error shown below on i386:

  CC      ipc/syscall.o
  ipc/syscall.c:17: error: conflicting types for 'sys_ipc'
  include/linux/syscalls.h:691: note: previous declaration of 'sys_ipc' was 
here
  make[1]: *** [ipc/syscall.o] Error 1
  make: *** [ipc] Error 2
  make: *** Waiting for unfinished jobs....

I can see that changing the type of the third arg to sys_ipc in 
include/linux/syscalls.h would probably avoid the error, but I am not 
knowledgeable enough to know whether that would be the right thing to do.

Happy to test a patch, but please cc me as I'm not subscribed.

Chris
-- 
Beauty is in the eye of the beerholder

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Build error with v2.6.34-rc2-51-g7b1f513
  2010-03-22 21:15 Build error with v2.6.34-rc2-51-g7b1f513 Chris Clayton
@ 2010-03-23  2:24 ` Américo Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Américo Wang @ 2010-03-23  2:24 UTC (permalink / raw)
  To: Chris Clayton; +Cc: linux-kernel, anton

On Tue, Mar 23, 2010 at 5:15 AM, Chris Clayton <chris2553@googlemail.com> wrote:
> Hi,
>
> Commit 45575f5a426c01ec68cd33d998267ba2f6278fac seems to be causing the build
> error shown below on i386:
>
>  CC      ipc/syscall.o
>  ipc/syscall.c:17: error: conflicting types for 'sys_ipc'
>  include/linux/syscalls.h:691: note: previous declaration of 'sys_ipc' was
> here
>  make[1]: *** [ipc/syscall.o] Error 1
>  make: *** [ipc] Error 2
>  make: *** Waiting for unfinished jobs....
>
> I can see that changing the type of the third arg to sys_ipc in
> include/linux/syscalls.h would probably avoid the error, but I am not
> knowledgeable enough to know whether that would be the right thing to do.
>
> Happy to test a patch, but please cc me as I'm not subscribed.

Linus already fixed this in his tree. Please check out.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-23  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-22 21:15 Build error with v2.6.34-rc2-51-g7b1f513 Chris Clayton
2010-03-23  2:24 ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox