From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [netfilter-core] [ANNOUNCE] Release of iptables 1.4.1-rc2 Date: Wed, 28 May 2008 08:43:45 +0200 Message-ID: <483CFF21.40608@trash.net> References: <483AB493.6010503@trash.net> <483BB9DE.6050003@trash.net> <483C088E.4020405@trash.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "Gabor Z. Papp" Cc: netfilter@vger.kernel.org, Netfilter Development Mailinglist , Netfilter Core Team 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.