commit | 033fb910a291a26d714d277c748683e67903f44c | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Mar 11 22:50:39 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Mar 11 22:50:39 2014 +0000 |
tree | e862a860c82df08b965f6a8febb0e367587f403e | |
parent | bc091e3ce1481615568ef6e35636fc45262250ff [diff] |
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.