summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/ipx.c
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-06-15 23:55:45 +0000
committerassar <assar@FreeBSD.org>2001-06-15 23:55:45 +0000
commitf5fc9b53400a054604623dad4c679865150873d4 (patch)
treea01e8cdca4bb3010a22da31eaa18ddcec1fbb82a /usr.bin/netstat/ipx.c
parentee746c97f9f42b279e24583560b4f0eaef1e081b (diff)
downloadFreeBSD-src-f5fc9b53400a054604623dad4c679865150873d4.zip
FreeBSD-src-f5fc9b53400a054604623dad4c679865150873d4.tar.gz
remove warnings
remove superfluous declarations make things more consistent
Diffstat (limited to 'usr.bin/netstat/ipx.c')
-rw-r--r--usr.bin/netstat/ipx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c
index 0f2236e..e7a0155 100644
--- a/usr.bin/netstat/ipx.c
+++ b/usr.bin/netstat/ipx.c
@@ -83,7 +83,7 @@ static int first = 1;
*/
void
-ipxprotopr(u_long off, char *name)
+ipxprotopr(u_long off, char *name, int af __unused)
{
struct ipxpcb cb;
register struct ipxpcb *prev, *next;
@@ -159,7 +159,7 @@ ipxprotopr(u_long off, char *name)
* Dump SPX statistics structure.
*/
void
-spx_stats(u_long off, char *name)
+spx_stats(u_long off, char *name, int af __unused)
{
struct spx_istat spx_istat;
#define spxstat spx_istat.newstats
@@ -235,7 +235,7 @@ spx_stats(u_long off, char *name)
* Dump IPX statistics structure.
*/
void
-ipx_stats(u_long off, char *name)
+ipx_stats(u_long off, char *name, int af __unused)
{
struct ipxstat ipxstat;
@@ -278,7 +278,7 @@ static struct {
*/
/*ARGSUSED*/
void
-ipxerr_stats(u_long off, char *name)
+ipxerr_stats(u_long off, char *name, int af __unused)
{
struct ipx_errstat ipx_errstat;
register int j;
OpenPOWER on IntegriCloud