From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: Iptables Date: Thu, 02 Jun 2011 13:47:56 +0200 Message-ID: <4DE7786C.8070308@netfilter.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: jordann thefaut , Netfilter Development Mailinglist Return-path: Received: from mail.us.es ([193.147.175.20]:45941 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752558Ab1FBLsA (ORCPT ); Thu, 2 Jun 2011 07:48:00 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 31/05/11 16:10, jordann thefaut wrote: > Hello. I contact you because I use Iptables on my Android, and I have > has some problems to compile it. The solution is one line! > I think is also the same thing on linux, because I wanted to use MARK, > but in file "libxt_MARK.c" in dir "extensions" we find: > > void _init(void) > > and I replace it by : > > void libxt_MARK_init(void) > > And my cross compile for Android is ok. I am French and I don't know > if I am comprehensible, but I think that it's a little modification > onyour different version with Xtable. thanks, that's nice, but I need more details on why we need to apply that change and a patch for iptables.