Cal Peake wrote:
Hi,
The following compile error occurs with linux-2.6.13-rc3-git5:
CC net/ipv6/ip6_tunnel.o
net/ipv6/ip6_tunnel.c: In function `ip6ip6_unregister':
net/ipv6/ip6_tunnel.c:1126: warning: implicit declaration of function
`xfrm6_tunnel_unregister'
...
LD .tmp_vmlinux1
net/built-in.o(.init.text+0x4d58): In function `ip6_tunnel_init':
: undefined reference to `xfrm6_tunnel_unregister'
net/built-in.o(.exit.text+0x133b): In function `ip6_tunnel_cleanup':
: undefined reference to `xfrm6_tunnel_unregister'
make: *** [.tmp_vmlinux1] Error 1
This patch seems correct:
It is, thanks. Because of all the dependencies it took me like 10 tries
to turn CONFIG_XFRM off, apparently I didn't turn everything on again.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html