patch-2.3.29 linux/net/appletalk/ddp.c
Next file: linux/net/atm/mpoa_proc.c
Previous file: linux/net/appletalk/aarp.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Nov 19 11:33:29 1999
- Orig file:
v2.3.28/linux/net/appletalk/ddp.c
- Orig date:
Mon Nov 1 13:56:27 1999
diff -u --recursive --new-file v2.3.28/linux/net/appletalk/ddp.c linux/net/appletalk/ddp.c
@@ -214,7 +214,7 @@
/*
* Called from proc fs
*/
-int atalk_get_info(char *buffer, char **start, off_t offset, int length, int dummy)
+static int atalk_get_info(char *buffer, char **start, off_t offset, int length)
{
struct sock *s;
int len=0;
@@ -1038,7 +1038,7 @@
/* Called from proc fs - just make it print the ifaces neatly */
-int atalk_if_get_info(char *buffer, char **start, off_t offset, int length, int dummy)
+static int atalk_if_get_info(char *buffer, char **start, off_t offset, int length)
{
struct atalk_iface *iface;
int len=0;
@@ -1071,7 +1071,7 @@
/* Called from proc fs - just make it print the routes neatly */
-int atalk_rt_get_info(char *buffer, char **start, off_t offset, int length, int dummy)
+static int atalk_rt_get_info(char *buffer, char **start, off_t offset, int length)
{
struct atalk_route *rt;
int len=0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)