Re: prefer AF_* over PF_*

2016-05-29 Thread Martin Natano
On Sat, May 28, 2016 at 07:55:00PM -0700, Philip Guenther wrote: > > About the only place userland code should use PF_* socket constants is > with sysctl(3)'s CTL_NET hierarchy. All the standardized functions are > defined as taking AF_* values. Let's use the preferred names in the >

prefer AF_* over PF_*

2016-05-28 Thread Philip Guenther
About the only place userland code should use PF_* socket constants is with sysctl(3)'s CTL_NET hierarchy. All the standardized functions are defined as taking AF_* values. Let's use the preferred names in the getaddrinfo(3) and socketpair(2) manpages. ok? Philip Guenther Index: