]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UML - Fix kernel vs libc symbols clash
authorJeff Dike <jdike@addtoit.com>
Thu, 1 Nov 2007 19:53:26 +0000 (15:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 16:22:57 +0000 (08:22 -0800)
commit63140953f5b642a12764a913a47a8e6bc97ec4ae
tree806a58406d0d5ef08fc25f5573feaa97f6b8c7aa
parent90118e754066f25ff6c168e257ecae536cbb02ac
UML - Fix kernel vs libc symbols clash

commit 818f6ef407b448cef63294b9d0f6f8a2af9cb817 in mainline.

uml: fix an IPV6 libc vs kernel symbol clash

On some systems, with IPV6 configured, there is a clash between the kernel's
in6addr_any and the one in libc.

This is handled in the usual (gross) way of defining the kernel symbol out of
the way on the gcc command line.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/um/Makefile