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

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)