patch-2.3.16 linux/net/ipv4/ipmr.c
Next file: linux/net/ipv4/route.c
Previous file: linux/net/ipv4/ipip.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 31 11:23:03 1999
- Orig file:
v2.3.15/linux/net/ipv4/ipmr.c
- Orig date:
Thu Aug 26 13:05:46 1999
diff -u --recursive --new-file v2.3.15/linux/net/ipv4/ipmr.c linux/net/ipv4/ipmr.c
@@ -9,7 +9,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
- * Version: $Id: ipmr.c,v 1.45 1999/08/20 11:05:53 davem Exp $
+ * Version: $Id: ipmr.c,v 1.46 1999/08/31 07:03:44 davem Exp $
*
* Fixes:
* Michael Chastain : Incorrect size of copying.
@@ -1735,7 +1735,7 @@
* Setup for IP multicast routing
*/
-__initfunc(void ip_mr_init(void))
+void __init ip_mr_init(void)
{
printk(KERN_INFO "Linux IP multicast router 0.06 plus PIM-SM\n");
mrt_cachep = kmem_cache_create("ip_mrt_cache",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)