All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Cc: Patrick McHardy <kaber@trash.net>
Subject: [PATCH][CONNTRACK-TOOL] getopts_long returns integer
Date: Thu, 07 Sep 2006 15:33:46 +0200	[thread overview]
Message-ID: <45001FBA.1070501@netfilter.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 76 bytes --]

This patch was posted by a ARM guy, it seems that it got lost. Please apply

[-- Attachment #2: type.patch --]
[-- Type: text/plain, Size: 481 bytes --]

[PATCH][CONNTRACK-TOOL] getopts_long returns integer

getopt_long returns an integer, not a char

Index: src/conntrack.c
===================================================================
--- src/conntrack.c	(revisión: 6458)
+++ src/conntrack.c	(copia de trabajo)
@@ -602,7 +602,7 @@
 
 int main(int argc, char *argv[])
 {
-	char c;
+	int c;
 	unsigned int command = 0, options = 0;
 	unsigned int type = 0, event_mask = 0;
 	unsigned int l3flags = 0, l4flags = 0, metaflags = 0;

             reply	other threads:[~2006-09-07 13:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-07 13:33 Pablo Neira Ayuso [this message]
2006-09-07 15:06 ` [PATCH][CONNTRACK-TOOL] getopts_long returns integer Patrick McHardy
  -- strict thread matches above, loose matches on Subject: below --
2006-09-07 13:18 Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45001FBA.1070501@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.