Adrian Bunk wrote:
> This patch fixes the following compile error with CONFIG_SYSCTL=n 
> introduced by commit 39a27a35c5c1b5be499a0576a35c45a011788bf8:

My fault I guess.

> <--  snip  -->
> 
> ...
>   LD      .tmp_vmlinux1
> net/built-in.o: In function `tcp_error':
> ip_conntrack_proto_tcp.c:(.text+0x77af6): undefined reference to 
> `ip_conntrack_checksum'
> net/built-in.o: In function `udp_error':
> ip_conntrack_proto_udp.c:(.text+0x78456): undefined reference to 
> `ip_conntrack_checksum'
> net/built-in.o: In function `icmp_error':
> ip_conntrack_proto_icmp.c:(.text+0x7868f): undefined reference to 
> `ip_conntrack_checksum'
> make: *** [.tmp_vmlinux1] Error 1

Thanks Adrian. Usually all bugs in ip_conntrack are duplicated in
nf_conntrack, please update your patch to take care of that as well.

-
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

Reply via email to