patch-2.4.17 linux/net/ipv4/route.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ipv4/netfilter/ipt_unclean.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/ipv4/route.c
- Orig date:
Tue Oct 30 23:08:12 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/ipv4/route.c linux/net/ipv4/route.c
@@ -5,7 +5,7 @@
*
* ROUTE - implementation of the IP router.
*
- * Version: $Id: route.c,v 1.101 2001/10/20 00:00:11 davem Exp $
+ * Version: $Id: route.c,v 1.102 2001/10/31 21:55:54 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -2013,7 +2013,6 @@
return ip_route_output_slow(rp, key);
}
-#ifdef CONFIG_RTNETLINK
static int rt_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event,
int nowait)
{
@@ -2218,8 +2217,6 @@
cb->args[1] = idx;
return skb->len;
}
-
-#endif /* CONFIG_RTNETLINK */
void ip_rt_multicast_event(struct in_device *in_dev)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)