summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/ipx.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-10-21 07:08:56 +0000
committerjulian <julian@FreeBSD.org>1999-10-21 07:08:56 +0000
commit698af92f8613624eb9b69ed626a553ef9ed11bc3 (patch)
tree34f8c1411b594ef1f2403820c4a879e1fe6bf163 /usr.bin/netstat/ipx.c
parent15e239d7e5b385cfdafaca3aebfbcbc63892abdc (diff)
downloadFreeBSD-src-698af92f8613624eb9b69ed626a553ef9ed11bc3.zip
FreeBSD-src-698af92f8613624eb9b69ed626a553ef9ed11bc3.tar.gz
Cleanup towards -Wall
Diffstat (limited to 'usr.bin/netstat/ipx.c')
-rw-r--r--usr.bin/netstat/ipx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c
index 8f7c1ba..973c4cf 100644
--- a/usr.bin/netstat/ipx.c
+++ b/usr.bin/netstat/ipx.c
@@ -262,6 +262,7 @@ ipx_stats(off, name)
ANYl(ipxstat.ipxs_mtutoosmall, "packet", " too big");
}
+#ifdef IPXERRORMSGS
static struct {
u_short code;
char *name;
@@ -278,7 +279,6 @@ static struct {
{-1, 0, 0},
};
-#ifdef IPXERRORMSGS
/*
* Dump IPX Error statistics structure.
*/
OpenPOWER on IntegriCloud