From f9c8b11ed7726b858cd7b7cea0d3d7c5233d78cf Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 7 Jul 2021 18:33:52 +0200 Subject: nss: Access nss_files through direct references This partially fixes static-only NSS support (bug 27959): The files module no longer needs dlopen. Support for the dns module remains to be added, and also support for disabling dlopen altogether. Reviewed-by: Adhemerval Zanella --- nss/nss_files/files-pwd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nss/nss_files/files-pwd.c') diff --git a/nss/nss_files/files-pwd.c b/nss/nss_files/files-pwd.c index b04165d..5c74c6d 100644 --- a/nss/nss_files/files-pwd.c +++ b/nss/nss_files/files-pwd.c @@ -19,8 +19,6 @@ #include #include -NSS_DECLARE_MODULE_FUNCTIONS (files) - #define STRUCTURE passwd #define ENTNAME pwent #define DATABASE "passwd" -- cgit v1.1