Patrick McHardy wrote: > Jan Engelhardt wrote: >> On Wednesday 2008-07-30 09:45, Patrick McHardy wrote: >>> Jan Engelhardt wrote: >>>> commit 8219a9d65fe583de06c2ff4e84d1ea299955184b >>>> Author: Jan Engelhardt <jengelh@xxxxxxxxxx> >>>> Date: Wed Jul 30 08:36:33 2008 -0400 >>>> >>>> src: remove dependency on libiptc headers >>>> >>>> struct xt_rateest_match_info { >>>> - char name1[IFNAMSIZ]; >>>> - char name2[IFNAMSIZ]; >>>> + char name1[16]; >>>> + char name2[16]; >>> Seems unrelated and I don't want to apply this change. >>> Please remove the IFNAMSIZ changes. >> >> Then I would have to add linux/if.h everywhere. > > Fine with me. Going towards more magic values is never > a good idea :) Better include net/if.h which is include in a normal development setup (libc6-dev package in debian). -- "Los honestos son inadaptados sociales" -- Les Luthiers -- 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