Re: linux-2.5.73 at alpha compile error

From: Ivan Kokshaysky (ink@jurassic.park.msu.ru)
Date: Tue Jun 24 2003 - 10:20:25 EST


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/



This archive was generated by hypermail 2b29 : Mon Jun 30 2003 - 22:00:16 EST