Build error with v2.6.34-rc2-51-g7b1f513

From: Chris Clayton
Date: Mon Mar 22 2010 - 17:15:31 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/