patch-2.3.29 linux/net/ipv6/route.c
Next file: linux/net/ipv6/tcp_ipv6.c
Previous file: linux/net/ipv6/raw.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Nov 19 11:33:29 1999
- Orig file:
v2.3.28/linux/net/ipv6/route.c
- Orig date:
Mon Nov 1 13:56:27 1999
diff -u --recursive --new-file v2.3.28/linux/net/ipv6/route.c linux/net/ipv6/route.c
@@ -1809,8 +1809,7 @@
return 0;
}
-static int rt6_proc_info(char *buffer, char **start, off_t offset, int length,
- int dummy)
+static int rt6_proc_info(char *buffer, char **start, off_t offset, int length)
{
struct rt6_proc_arg arg;
arg.buffer = buffer;
@@ -1839,8 +1838,7 @@
extern struct rt6_statistics rt6_stats;
-static int rt6_proc_stats(char *buffer, char **start, off_t offset, int length,
- int dummy)
+static int rt6_proc_stats(char *buffer, char **start, off_t offset, int length)
{
int len;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)