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/