Jan Engelhardt wrote:
Add __beXX types to libiptc.
Also add __be64/__le64 for completeness.
Doesn't compile here:
Extensions found:
cc -O2 -Wall -Wunused -I"/lib/modules/2.6.24-rc3/build"/include
-I"/lib/modules/2.6.24-rc3/source"/include -Iinclude/
-DIPTABLES_VERSION=\"1.4.0rc1\" -fPIC -o extensions/libipt_iprange_sh.o
-c extensions/libipt_iprange.c
In file included from
/lib/modules/2.6.24-rc3/build/include/linux/netfilter_ipv4/ipt_iprange.h:5,
from extensions/libipt_iprange.c:10:
/lib/modules/2.6.24-rc3/build/include/linux/types.h:185: error:
conflicting types for 'u_int64_t'
/usr/include/sys/types.h:204: error: previous declaration of 'u_int64_t'
was here
/lib/modules/2.6.24-rc3/build/include/linux/types.h:186: error:
redefinition of typedef 'u_int64_t'
/lib/modules/2.6.24-rc3/build/include/linux/types.h:185: error: previous
declaration of 'u_int64_t' was here
make: *** [extensions/libipt_iprange_sh.o] Error 1
I guess we still should add the missing <linux/types.h> inlucdes
to the netfilter headers for old userspace sources.
-
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