Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > /* only for userspace compatibility */ > > #ifndef __KERNEL__ > > @@ -41,6 +44,9 @@ > > <= 0x2000 is used for protocol-flags. */ > > #define NFC_UNKNOWN 0x4000 > > #define NFC_ALTERED 0x8000 > > + > > +/* NF_VERDICT_BITS should be 8 now, but userspace might break if this changes */ > > +#define NF_VERDICT_BITS 16 > > #endif > > i don't find any use of this in user-space. Alright, I will simply remove it, then :-) -- 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