lkml.org 
[lkml]   [2003]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: linux-2.5.73 at alpha compile error
On Tue, Jun 24, 2003 at 04:04:35PM +0200, Przemyslaw Stanis³aw Knycz wrote:
> arch/alpha/kernel/built-in.o(.data+0x2260): undefined reference to
> `sys_socket'

Same problem with CONFIG_NET=n on sparc32/64, mips32/64, parisc and ia64.
sys_socket should be a cond_syscall.

Ivan.

--- 2.5/kernel/sys.c Tue Jun 17 08:19:40 2003
+++ linux/kernel/sys.c Tue Jun 24 18:24:58 2003
@@ -220,6 +220,7 @@ cond_syscall(sys_sendto)
cond_syscall(sys_send)
cond_syscall(sys_recvfrom)
cond_syscall(sys_recv)
+cond_syscall(sys_socket)
cond_syscall(sys_setsockopt)
cond_syscall(sys_getsockopt)
cond_syscall(sys_shutdown)
-
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:36    [W:0.076 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site