netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 1/1] net: fix CONFIG_NET=n build on sparc64
@ 2009-09-18 19:52 akpm
  2009-09-22  5:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-09-18 19:52 UTC (permalink / raw)
  To: davem; +Cc: netdev, akpm

From: Andrew Morton <akpm@linux-foundation.org>

sparc64 allnoconfig:

arch/sparc/kernel/built-in.o(.text+0x134e0): In function `sys32_recvfrom':
: undefined reference to `compat_sys_recvfrom'
arch/sparc/kernel/built-in.o(.text+0x134e4): In function `sys32_recvfrom':
: undefined reference to `compat_sys_recvfrom'

Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/sys_ni.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN kernel/sys_ni.c~net-fix-config_net=n-build-on-sparc64 kernel/sys_ni.c
--- a/kernel/sys_ni.c~net-fix-config_net=n-build-on-sparc64
+++ a/kernel/sys_ni.c
@@ -49,6 +49,7 @@ cond_syscall(sys_sendmsg);
 cond_syscall(compat_sys_sendmsg);
 cond_syscall(sys_recvmsg);
 cond_syscall(compat_sys_recvmsg);
+cond_syscall(compat_sys_recvfrom);
 cond_syscall(sys_socketcall);
 cond_syscall(sys_futex);
 cond_syscall(compat_sys_futex);
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 1/1] net: fix CONFIG_NET=n build on sparc64
  2009-09-18 19:52 [patch 1/1] net: fix CONFIG_NET=n build on sparc64 akpm
@ 2009-09-22  5:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-09-22  5:38 UTC (permalink / raw)
  To: akpm; +Cc: netdev

From: akpm@linux-foundation.org
Date: Fri, 18 Sep 2009 12:52:13 -0700

> From: Andrew Morton <akpm@linux-foundation.org>
> 
> sparc64 allnoconfig:
> 
> arch/sparc/kernel/built-in.o(.text+0x134e0): In function `sys32_recvfrom':
> : undefined reference to `compat_sys_recvfrom'
> arch/sparc/kernel/built-in.o(.text+0x134e4): In function `sys32_recvfrom':
> : undefined reference to `compat_sys_recvfrom'
> 
> Cc: "David S. Miller" <davem@davemloft.net>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-22  5:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18 19:52 [patch 1/1] net: fix CONFIG_NET=n build on sparc64 akpm
2009-09-22  5:38 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).