On Sat, 2002-09-14 at 20:19, Jarno Paananen wrote: > Hm, didn't notice those, sorry. > > It seems the condition for the actual export is different than the > Makefile. In ip_conntrack_ftp.c for example the export is done: > > #ifdef CONFIG_IP_NF_NAT_NEEDED > EXPORT_SYMBOL(ip_ftp_lock); > #endif > > and in Makefile: > > ifdef CONFIG_IP_NF_NAT_FTP > export-objs += ip_conntrack_ftp.o > endif I just did a basic test and I didn't manage to get CONFIG_IP_NF_NAT_NEEDED set without getting CONFIG_IP_NF_NAT and CONFIG_IP_NF_NAT_FTP and CONFIG_IP_NF_NAT_IRC set aswell. (with the corresponding CONFIG_IP_NF_FTP and CONFIG_IP_NF_IRC of course) -- /Martin Never argue with an idiot. They drag you down to their level, then beat you with experience.