lkml.org 
[lkml]   [2003]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject2.5.66-bk build failure on LX164
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/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.033 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site