2.5.66-bk build failure on LX164

Matt Reppert (arashi@yomerashi.yi.org)
Fri, 4 Apr 2003 22:08:36 -0600


Hi,

Configured for an EV56 LX164 machine, build fails in kernel/sys.c for me:

kernel/sys.c:226: conflicting types for `sys_sendmsg'
include/linux/socket.h:245: previous declaration of `sys_sendmsg'
kernel/sys.c:227: conflicting types for `sys_recvmsg'
include/linux/socket.h:246: previous declaration of `sys_recvmsg'

The sys.c declaration is "cond_syscall (sys_sendmsg)", which expands to
asmlinkage long sys_sendmsg(void) __attribute__((weak,alias("sys_ni_syscall")));
using the definition of cond_syscall in include/asm-alpha/unistd.h.
In socket.h, we have asmlinkage
"long sys_sendmsg(int fd, struct msghdr *msg, unsigned flags)"

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