Pablo Neira Ayuso wrote: > #ifdef CONFIG_NF_CONNTRACK_EVENTS > struct nf_conntrack_ecache { > - struct nf_conn *ct; > - unsigned int events; > + unsigned long cache; /* bitops want long */ > +}; Sorry, I noticed that this should out of the #ifdef, otherwise it breaks compilation of configurations with no events enabled. I'm going to review this. -- "Los honestos son inadaptados sociales" -- Les Luthiers -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html