]> granicus.if.org Git - strace/commit
Cleanup socketpair decoding
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 11 Mar 2014 22:50:39 +0000 (22:50 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 11 Mar 2014 22:50:39 +0000 (22:50 +0000)
commit033fb910a291a26d714d277c748683e67903f44c
treee862a860c82df08b965f6a8febb0e367587f403e
parentbc091e3ce1481615568ef6e35636fc45262250ff
Cleanup socketpair decoding

The only supported domain for socketpair syscall is AF_UNIX, so
no decoding related to other domains is required for socketpair.

* net.c (sys_socketpair): Remove support for PF_INET and PF_IPX domains,
print the protocol argument as is.
net.c