Date: Thu, 19 Jul 2001 16:48:02 -0600 From: Oscar Bonilla <obonilla@galileo.edu> To: freebsd-hackers@freebsd.org Subject: PF_LOCAL in getaddrinfo Message-ID: <20010719164802.A7043@galileo.edu>
next in thread | raw e-mail | index | archive | help
I was trying to compile OpenLDAP 2 with support for ldapi:///
which uses the PF_LOCAL family. However, I've discovered that
the PF_LOCAL entry in getaddrinfo is ifdef'd out.
This is the relevant code for /usr/src/lib/libc/net/getaddrinfo.c
#if 0
{ PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
#endif
Is this an error in the way OpenLDAP uses getaddrinfo or is there
a reason for not supporting AF_LOCAL in calls to getaddrinfo?
Thanks,
-Oscar
--
pgp public key: finger obonilla@galileo.edu
pgp fingerprint: 9735 2F52 D499 17E2 D03B 5960 241D 09EA 349F 923E
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010719164802.A7043>
