From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] conntrack: Fix option parsing for ARM Date: Sat, 13 May 2006 04:24:58 +0200 Message-ID: <4465437A.9010106@trash.net> References: <20060501175353.GD5267@rama> <20060503111549.GO16562@sunbeam.de.gnumonks.org> <4460B14E.90506@eurodev.net> <4464351F.6000402@snapgear.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Pablo Neira Ayuso , netfilter-devel@lists.netfilter.org, =?ISO-8859-1?Q?S=E9bastien_LAVEZE?= Return-path: To: Philip Craig In-Reply-To: <4464351F.6000402@snapgear.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Philip Craig wrote: > On 05/10/2006 06:18 PM, S=E9bastien LAVEZE wrote: >=20 >>I have problem using the conntrack utility... >>It always display the help message and i get the message >>conntrack v1.00beta2: Missing arguments... >=20 >=20 > The result of getopt_long() was assigned to a char, > which defaults to unsigned on ARM, so the comparison > against -1 always failed. Thanks for tracking this down Philip. I'm having trouble using SVN again .. Pablo, can you try to commit this please?