patch-2.3.29 linux/net/ipx/af_ipx.c

Next file: linux/net/irda/af_irda.c
Previous file: linux/net/ipv6/udp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/net/ipx/af_ipx.c linux/net/ipx/af_ipx.c
@@ -1505,7 +1505,7 @@
 
 /* Called from proc fs */
 static int ipx_interface_get_info(char *buffer, char **start, off_t offset,
-				  int length, int dummy)
+				  int length)
 {
 	ipx_interface *i;
 	off_t begin = 0, pos = 0;
@@ -1548,8 +1548,7 @@
 	return (len);
 }
 
-static int ipx_get_info(char *buffer, char **start, off_t offset,
-			int length, int dummy)
+static int ipx_get_info(char *buffer, char **start, off_t offset, int length)
 {
 	struct sock *s;
 	ipx_interface *i;
@@ -1630,8 +1629,7 @@
 	return (len);
 }
 
-static int ipx_rt_get_info(char *buffer, char **start, off_t offset,
-			   int length, int dummy)
+static int ipx_rt_get_info(char *buffer, char **start, off_t offset, int length)
 {
 	ipx_route *rt;
 	off_t begin = 0, pos = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)