summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-04-20 22:04:31 +0000
committerbillf <billf@FreeBSD.org>1999-04-20 22:04:31 +0000
commit0232b8dbc35ec6cccef686f5f8e9d9624dd742d9 (patch)
treedee4617eb0c2d4e53fba6f3a3ef62f95b40f8c0b /usr.bin/netstat
parent2c5564134a2e9c72460685048b1008321ff767d2 (diff)
downloadFreeBSD-src-0232b8dbc35ec6cccef686f5f8e9d9624dd742d9.zip
FreeBSD-src-0232b8dbc35ec6cccef686f5f8e9d9624dd742d9.tar.gz
IPX address formatting nit.
PR: bin/11179 Submitted by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index d483118..8b9b883 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
*/
static const char rcsid[] =
- "$Id: if.c,v 1.23 1997/02/22 19:56:21 peter Exp $";
+ "$Id: if.c,v 1.24 1998/07/06 21:01:23 bde Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -197,7 +197,7 @@ intpr(interval, ifnetaddr)
*(union ipx_net *) &net = sipx->sipx_addr.x_net;
sprintf(netnum, "%lx", (u_long)ntohl(net));
- printf("ipx:%-8s ", netnum);
+ printf("ipx:%-8s ", netnum);
/* printf("ipx:%-8s ", netname(net, 0L)); */
printf("%-15s ",
ipx_phost((struct sockaddr *)sipx));
OpenPOWER on IntegriCloud