Patrick McHardy wrote: > Gabor Z. Papp wrote: >> * Patrick McHardy : >> >> | Your types.h doesn't seem to include the endian annotated >> | types at all. Does this patch work? >> >> Yes. Next problem: >> >> CC libxt_conntrack.oo >> In file included from libxt_conntrack.c:21: >> ../include/linux/netfilter/xt_conntrack.h:38: error: expected >> specifier-qualifier-list before '__be32' >> ../include/linux/netfilter/xt_conntrack.h:45: error: expected >> specifier-qualifier-list before '__be32' >> libxt_conntrack.c: In function 'conntrack_parse': >> libxt_conntrack.c:321: error: 'struct ' has no member named >> 'protonum' > > Yes, I also noticed a bunch of other problems with old > kernel headers. I'll resync the headers and fix it up, > but it might take until tommorrow since I'm not sure > whether I'll get near an internet connection again today. Took me a bit longer. I've resynced all headers and added a recent linux/types.h. Does this patch (on top of 1.4.1-rc2) fix compilation?