ctdb-common: Use documented names for protocol family in socket()
authorAmitay Isaacs <amitay@gmail.com>
Thu, 28 Jan 2016 13:06:18 +0000 (00:06 +1100)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Feb 2016 07:42:09 +0000 (08:42 +0100)
commit9f94620a308a3b17c1886c2c4807b34b8d5edacb
tree8af2832c8b9dec811b3e6bae296ce63fb00410e3
parent9f8395cb7d49b63a82f75bf504f5f83920102b29
ctdb-common: Use documented names for protocol family in socket()

Instead of using PF_*, use AF_*.

https://bugzilla.samba.org/show_bug.cgi?id=11705

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
ctdb/common/system_freebsd.c
ctdb/common/system_gnu.c
ctdb/common/system_kfreebsd.c
ctdb/common/system_linux.c
ctdb/tools/ctdb.c
ctdb/utils/smnotify/smnotify.c