patch-2.3.29 linux/net/ipv6/proc.c
Next file: linux/net/ipv6/raw.c
Previous file: linux/net/ipv6/ndisc.c
Back to the patch index
Back to the overall index
-  Lines: 19
 -  Date:
Fri Nov 19 11:33:29 1999
 -  Orig file: 
v2.3.28/linux/net/ipv6/proc.c
 -  Orig date: 
Sat Jul  3 17:57:23 1999
 
diff -u --recursive --new-file v2.3.28/linux/net/ipv6/proc.c linux/net/ipv6/proc.c
@@ -26,7 +26,7 @@
 #include <net/transp_v6.h>
 #include <net/ipv6.h>
 
-int afinet6_get_info(char *buffer, char **start, off_t offset, int length, int dummy)
+int afinet6_get_info(char *buffer, char **start, off_t offset, int length)
 {
 	int len = 0;
 	len += sprintf(buffer+len, "TCP6: inuse %d highest %d\n",
@@ -122,8 +122,7 @@
 };
 
 
-int afinet6_get_snmp(char *buffer, char **start, off_t offset, int length,
-		     int dummy)
+int afinet6_get_snmp(char *buffer, char **start, off_t offset, int length)
 {
 	int len = 0;
 	int i;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)