patch-2.3.99-pre7 linux/net/ipv4/inetpeer.c
Next file: linux/net/ipv4/ip_gre.c
Previous file: linux/net/decnet/dn_timer.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed May 3 01:48:03 2000
- Orig file:
v2.3.99-pre6/linux/net/ipv4/inetpeer.c
- Orig date:
Thu Jan 6 12:57:48 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/net/ipv4/inetpeer.c linux/net/ipv4/inetpeer.c
@@ -3,7 +3,7 @@
*
* This source is covered by the GNU GPL, the same as all kernel sources.
*
- * Version: $Id: inetpeer.c,v 1.1 2000/01/06 00:41:55 davem Exp $
+ * Version: $Id: inetpeer.c,v 1.2 2000/05/03 06:37:06 davem Exp $
*
* Authors: Andrey V. Savochkin <saw@msu.ru>
*/
@@ -94,7 +94,7 @@
static void peer_check_expire(unsigned long dummy);
static struct timer_list peer_periodic_timer =
- { NULL, NULL, 0, 0, &peer_check_expire };
+ { { NULL, NULL }, 0, 0, &peer_check_expire };
int inet_peer_gc_mintime = 10 * HZ,
inet_peer_gc_maxtime = 120 * HZ;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)