]> granicus.if.org Git - strace/commit
net.c: fix printing AF_IPX sockets
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 19 Jun 2016 22:02:45 +0000 (22:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 19 Jun 2016 22:02:45 +0000 (22:02 +0000)
commitbc4102e81d16c7fb90d9cb503f7c1c48dbc7b3f6
treed905129915137b261a50b847d9fa1d97226f0b2b
parenteb1c22b8c21c95bbcae89a96cf21a481403b8bc2
net.c: fix printing AF_IPX sockets

* net.c (print_sockaddr): Print sockaddr_ipx as a regular structure.
(SYS_FUNC(socket)): Remove special handling of AF_IPX.
net.c