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 [EMAIL PROTECTED]
pgp fingerprint: 9735 2F52 D499 17E2 D03B  5960 241D 09EA 349F 923E

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to