From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: Unable to build iptables on linux kernel 2.6.10 + 2.6.11-rc2 + 2.6.11-rc2-bk5 Date: Tue, 01 Feb 2005 14:17:56 +0100 Message-ID: <41FF8184.2070809@trash.net> References: <200501271553.j0RFr747004108@StraightRunning.com> <41FD5F3C.1060009@eurodev.net> <20050201005133.GJ31837@postel.suug.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org, Pablo Neira , Colin Harrison To: Thomas Graf In-Reply-To: <20050201005133.GJ31837@postel.suug.ch> 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 Thomas Graf wrote: >> /* 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. > Usually yes, but all netfilter headers use u_intX_t.