patch-2.3.99-pre3 linux/net/ipv4/route.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ipv4/netfilter/ip_queue.c
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Wed Mar 22 21:51:32 2000
- Orig file:
v2.3.99-pre2/linux/net/ipv4/route.c
- Orig date:
Sun Mar 19 18:35:31 2000
diff -u --recursive --new-file v2.3.99-pre2/linux/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.82 2000/03/17 14:41:52 davem Exp $
+ * Version: $Id: route.c,v 1.83 2000/03/23 05:34:13 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -205,9 +205,6 @@
return (hash^(hash>>8)) & rt_hash_mask;
}
-#ifndef CONFIG_PROC_FS
-static int rt_cache_get_info(char *buffer, char **start, off_t offset, int length) { return 0; }
-#else
static int rt_cache_get_info(char *buffer, char **start, off_t offset, int length)
{
int len=0;
@@ -267,7 +264,6 @@
len = length;
return len;
}
-#endif
static __inline__ void rt_free(struct rtable *rt)
{
@@ -2204,7 +2200,6 @@
#ifdef CONFIG_NET_CLS_ROUTE
struct ip_rt_acct *ip_rt_acct;
-#ifdef CONFIG_PROC_FS
static int ip_rt_acct_read(char *buffer, char **start, off_t offset,
int length, int *eof, void *data)
{
@@ -2242,7 +2237,6 @@
}
return 0;
}
-#endif
#endif
void __init ip_rt_init(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)