summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/Makefile3
-rw-r--r--nss/nss_files/files-pwd.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/nss/Makefile b/nss/Makefile
index aafa8e2810..f23f5f3fbb 100644
--- a/nss/Makefile
+++ b/nss/Makefile
@@ -28,7 +28,8 @@ distribute := nsswitch.h XXX-lookup.c getXXbyYY.c getXXbyYY_r.c \
routines = nsswitch $(addsuffix -lookup,$(databases))
# These are the databases that go through nss dispatch.
-databases = proto service hosts network grp pwd rpc ethers
+databases = proto service hosts network grp pwd rpc ethers \
+ spwd
# Specify rules for the nss_* modules. We have some services.
services := files dns db
diff --git a/nss/nss_files/files-pwd.c b/nss/nss_files/files-pwd.c
index 9732bc6f23..a778d015d8 100644
--- a/nss/nss_files/files-pwd.c
+++ b/nss/nss_files/files-pwd.c
@@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */
#define DATABASE "passwd"
struct pwent_data {};
-/* Our parser function is already defined in fgetpwent.c, so use that
+/* Our parser function is already defined in fgetpwent_r.c, so use that
to parse lines from the database file. */
#define EXTERN_PARSER
#include "files-parse.c"