]> granicus.if.org Git - strace/commit
Replace PF_* constants with AF_*
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 4 Apr 2016 01:35:28 +0000 (01:35 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 4 Apr 2016 01:35:28 +0000 (01:35 +0000)
commit71fe62e6b7083159d19cd2762c3f6d25511844e5
tree636df08bc08b2d7931dc57f67fe21bf462f6a64e
parent2aa9b32d81656c3f22fa9efb198985a37ea63754
Replace PF_* constants with AF_*

AF_* constants appear to be more standardized, and in practice there's
always a one to one relationship between AF_* and PF_*, so let's
use AF_* instead of PF_*.

* xlat/domains.in: Remove.
* net.c: Do not define PF_UNSPEC.  Stop including "xlat/domains.h".
Replace PF_* with AF_*.  Replace domains with addrfams.
* tests/inet-cmsg.c: Replace PF_INET with AF_INET.
* tests/net-yy-inet.c: Likewise.
* tests/netlink_inet_diag.c: Likewise.
* tests/net-accept-connect.c: Replace PF_LOCAL with AF_LOCAL.
* tests/net-y-unix.c: Likewise.
* tests/net-yy-unix.c: Likewise.
* tests/netlink_unix_diag.c: Likewise.
* tests/net.expected: Replace PF_ with AF_.
net.c
tests/inet-cmsg.c
tests/net-accept-connect.c
tests/net-y-unix.c
tests/net-yy-inet.c
tests/net-yy-unix.c
tests/net.expected
tests/netlink_inet_diag.c
tests/netlink_unix_diag.c
xlat/domains.in [deleted file]