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. ULONG_MAX (LONG_MIN/LONG_MAX) is different on 32 and 64 bit modes. Best regards, Jozsef - E-mail : kadlec@xxxxxxxxxxxxxxxxx, kadlec@xxxxxxxxxxxx PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt Address : KFKI Research Institute for Particle and Nuclear Physics H-1525 Budapest 114, POB. 49, Hungary -- 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