On Tuesday 2008-06-17 15:55, Jozsef Kadlecsik wrote: >On Tue, 17 Jun 2008, ArcosCom Linux User wrote: > >> >> cc -O2 -Wall -Wunused -I/usr/src/linux/include -I. -fPIC -o >> >> ipset_iphash.o -c ipset_iphash.c >> >> ipset_iphash.c: In function 'create_parse': >> >> ipset_iphash.c:71: error: 'UINT_MAX' undeclared (first use in this >> >> function) >> >> ipset_iphash.c:71: error: (Each undeclared identifier is reported only >> >> once >> >> ipset_iphash.c:71: error: for each function it appears in.) >> >> make: *** [ipset_iphash.o] Error 1 > >> Be carefull about 32/64 bits architectures, this macro value, perhaps, is >> diferent depending on it. > >No, it holds the same value. The same value... currently, and on selected systems ;-) (UINT_MAX is implementation dependent.) Also, -I/usr/src/linux looks *very* wrong to me, there is reason we have /usr/include/linux... -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html