Hi Patrick, Jorge Bastos wrote: > I was compiling the 1.3.6 version of iptables, agains my 2.6.19-rc1 > kernel version and i get this (it also happens with the final 2.6.18). > Is there some livrary that needs an upgrade or am i missing something? > I already tryed the svn last version and the same happens. min_ip and max_ip type has been changed from u_int32_t to __be32 that is not defined in userspace, this breaks iptables compilation. Attached a patch that recovers the use of u_int32_t. I'm not sure if this is the best fix so let me know what you think. -- The dawn of the fourth age of Linux firewalling is coming; a time of great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris