summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/ipx.c
diff options
context:
space:
mode:
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 8b71dbd..b8f50e3 100644
--- a/usr.bin/netstat/ipx.c
+++ b/usr.bin/netstat/ipx.c
@@ -339,7 +339,7 @@ ipx_erputil(int z, int c)
}
#endif /* IPXERRORMSGS */
-static struct sockaddr_ipx ssipx = {AF_IPX};
+static struct sockaddr_ipx ssipx = { .sipx_family = AF_IPX };
static
char *ipx_prpr(struct ipx_addr *x)
OpenPOWER on IntegriCloud