From: Thomas Graf <tgraf@suug.ch>
To: Pablo Neira <pablo@eurodev.net>
Cc: netfilter-devel@lists.netfilter.org,
Patrick McHardy <kaber@trash.net>,
Colin Harrison <colin.harrison@virgin.net>
Subject: Re: Unable to build iptables on linux kernel 2.6.10 + 2.6.11-rc2 + 2.6.11-rc2-bk5
Date: Tue, 1 Feb 2005 01:51:33 +0100 [thread overview]
Message-ID: <20050201005133.GJ31837@postel.suug.ch> (raw)
In-Reply-To: <41FD5F3C.1060009@eurodev.net>
> /* The protocol. */
> - u8 protonum;
> + u_int8_t protonum;
>
> /* The direction (for tuplehash) */
> - u8 dir;
> + u_int8_t dir;
I think __u8 would be a better choice.
next prev parent reply other threads:[~2005-02-01 0:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-27 15:53 Unable to build iptables on linux kernel 2.6.10 + 2.6.11-rc2 + 2.6.11-rc2-bk5 Colin Harrison
2005-01-30 22:27 ` Pablo Neira
2005-02-01 0:51 ` Thomas Graf [this message]
2005-02-01 1:31 ` Pablo Neira
2005-02-01 7:04 ` Tomáš Macek
2005-02-01 13:17 ` Patrick McHardy
2005-02-01 13:17 ` Patrick McHardy
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=20050201005133.GJ31837@postel.suug.ch \
--to=tgraf@suug.ch \
--cc=colin.harrison@virgin.net \
--cc=kaber@trash.net \
--cc=netfilter-devel@lists.netfilter.org \
--cc=pablo@eurodev.net \
/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.