Iptables-1.2.9/10 compile failure with linux 2.6.7 headers

From: Andrew Walrond
Date: Fri Jun 18 2004 - 10:29:21 EST


The addition of a
__user
attribute to a line in
linux-2.6.7/include/linux/netfilter_ipv4/ip_tables.h
causes iptables build to fail unless I export
CC="gcc -D__user= "

Presumably ip_tables.h should include a header defining __user, or iptables
should include the relevant header before ip_tables.h ?

Sorry if this has already been reported; Archive search found nothing on
either ML.

Andrew Walrond
-
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/