From: Eric Dumazet Date: Mon, 5 Mar 2007 21:32:48 +0000 (-0800) Subject: [INET]: twcal_jiffie should be unsigned long, not int X-Git-Tag: v2.6.21-rc3~2^2~4 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=187f5f84ef14a07dccf5f4503099708d60f6a724;p=linux-2.6-omap-h63xx.git [INET]: twcal_jiffie should be unsigned long, not int Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h index f7be1ac7360..09a2532699b 100644 --- a/include/net/inet_timewait_sock.h +++ b/include/net/inet_timewait_sock.h @@ -66,7 +66,7 @@ struct inet_hashinfo; struct inet_timewait_death_row { /* Short-time timewait calendar */ int twcal_hand; - int twcal_jiffie; + unsigned long twcal_jiffie; struct timer_list twcal_timer; struct hlist_head twcal_row[INET_TWDR_RECYCLE_SLOTS];