cvs commit: src/lib/libc/net Symbol.map

Daniel Eischen eischen at vigrid.com
Fri May 18 13:22:13 UTC 2007


On Fri, 18 May 2007, Jonathan Chen wrote:

> jon         2007-05-18 05:45:28 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    lib/libc/net         Symbol.map
>  Log:
>  __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so export them.

These should probably be in the private section if they need to
be exported.  If/when nss_ldap is imported into the base, then
being non-compliant with our ABI (using symbols from FBSDprivate)
is ok.

-- 
DE


More information about the cvs-src mailing list