From: David S. Miller Date: Thu, 16 Jun 2005 03:51:14 +0000 (-0700) Subject: [NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int32_t" X-Git-Tag: v2.6.12~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcfff0b471a60df350338bcd727fc9b8a6aa54b2;p=pandora-kernel.git [NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int32_t" This fixes various crashes on 64-bit when using this module. Based upon a patch by Juergen Kreileder . Signed-off-by: David S. Miller ACKed-by: Patrick McHardy --- Reading git-diff-tree failed