mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
IPX address formatting nit.
PR: bin/11179 Submitted by: Dan Nelson <dnelson@emsphone.com>
This commit is contained in:
parent
42b8d61161
commit
9baac9f2e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45884
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user