diff options
author | nectar <nectar@FreeBSD.org> | 2003-04-17 14:14:22 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-04-17 14:14:22 +0000 |
commit | 1b1f6bb4f50d42bbbb1291be0c60741c12f8201a (patch) | |
tree | 72f30804c92fca1b7ff1088806b0e3f696dce64c /lib/libc/include/un-namespace.h | |
parent | 7ec422366401f961c808e40fd6b4c95c955ea58f (diff) | |
download | FreeBSD-src-1b1f6bb4f50d42bbbb1291be0c60741c12f8201a.zip FreeBSD-src-1b1f6bb4f50d42bbbb1291be0c60741c12f8201a.tar.gz |
= Implement name service switch modules (NSS modules). NSS modules
may be built into libc (`static NSS modules') or dynamically loaded
via dlopen (`dynamic NSS modules'). Modules are loaded/initialized
at configuration time (i.e. when nsdispatch is called and nsswitch.conf
is read or re-read).
= Make the nsdispatch(3) core thread-safe.
= New status code for nsdispatch(3) `NS_RETURN', currently used to
signal ERANGE-type issues.
= syslog(3) problems, don't warn/err/abort.
= Try harder to avoid namespace pollution.
= Implement some shims to assist in porting NSS modules written for
the GNU C Library nsswitch interface.
Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'lib/libc/include/un-namespace.h')
-rw-r--r-- | lib/libc/include/un-namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index a5cb05f..eaa9471 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -148,5 +148,6 @@ int _flock(int, int); #undef err #undef warn +#undef nsdispatch #endif /* _UN_NAMESPACE_H_ */ |