patch-2.3.99-pre7 linux/net/ipv6/addrconf.c
Next file: linux/net/ipv6/ip6_fib.c
Previous file: linux/net/ipv4/udp.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed May 3 01:48:03 2000
- Orig file:
v2.3.99-pre6/linux/net/ipv6/addrconf.c
- Orig date:
Fri Jan 28 15:09:09 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/net/ipv6/addrconf.c linux/net/ipv6/addrconf.c
@@ -6,7 +6,7 @@
* Pedro Roque <roque@di.fc.ul.pt>
* Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
*
- * $Id: addrconf.c,v 1.57 2000/01/18 08:24:21 davem Exp $
+ * $Id: addrconf.c,v 1.58 2000/05/03 06:37:07 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -84,10 +84,7 @@
void addrconf_verify(unsigned long);
-static struct timer_list addr_chk_timer = {
- NULL, NULL,
- 0, 0, addrconf_verify
-};
+static struct timer_list addr_chk_timer = { function: addrconf_verify };
static int addrconf_ifdown(struct net_device *dev, int how);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)