--- zzzz-none-000/linux-2.4.17/net/ipv4/inetpeer.c 2001-10-01 16:19:56.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/net/ipv4/inetpeer.c 2004-11-24 13:22:08.000000000 +0000 @@ -3,7 +3,7 @@ * * This source is covered by the GNU GPL, the same as all kernel sources. * - * Version: $Id: inetpeer.c,v 1.7 2001/09/20 21:22:50 davem Exp $ + * Version: $Id: inetpeer.c,v 1.1.1.1 2003/06/23 22:18:45 jharrell Exp $ * * Authors: Andrey V. Savochkin */ @@ -98,7 +98,7 @@ static void peer_check_expire(unsigned long dummy); static struct timer_list peer_periodic_timer = - { { NULL, NULL }, 0, 0, &peer_check_expire }; + TIMER_INIT( &peer_check_expire ); /* Exported for sysctl_net_ipv4. */ int inet_peer_gc_mintime = 10 * HZ,