patch-2.3.29 linux/net/ipv4/ipmr.c

Next file: linux/net/ipv4/proc.c
Previous file: linux/net/ipv4/ip_output.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/net/ipv4/ipmr.c linux/net/ipv4/ipmr.c
@@ -1576,7 +1576,7 @@
  *	The /proc interfaces to multicast routing /proc/ip_mr_cache /proc/ip_mr_vif
  */
  
-int ipmr_vif_info(char *buffer, char **start, off_t offset, int length, int dummy)
+static int ipmr_vif_info(char *buffer, char **start, off_t offset, int length)
 {
 	struct vif_device *vif;
 	int len=0;
@@ -1622,7 +1622,7 @@
   	return len;
 }
 
-int ipmr_mfc_info(char *buffer, char **start, off_t offset, int length, int dummy)
+static int ipmr_mfc_info(char *buffer, char **start, off_t offset, int length)
 {
 	struct mfc_cache *mfc;
 	int len=0;

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