Re: [2.6 patch] net/ipv4/netfilter/: fix SYSCTL=n compile

From: Patrick McHardy
Date: Sat Jul 08 2006 - 23:35:55 EST


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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/