summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-04-18 01:00:37 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-04-18 01:00:37 +0000
commit1b467db206a7866df3cf8d8fc94bd94c927da63d (patch)
tree3e51c0de35af82faef02535bd7821a1f7b341420
parentd3a0bd78a8a04b27703078f03877d0e74775afac (diff)
Notes
-rw-r--r--lib/libc/gen/getgrent.c2
-rw-r--r--lib/libc/gen/getpwent.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c
index 86ba544440da..b268aaca65fe 100644
--- a/lib/libc/gen/getgrent.c
+++ b/lib/libc/gen/getgrent.c
@@ -68,7 +68,7 @@ enum constants {
};
static const ns_src defaultsrc[] = {
- { NSSRC_FILES, NS_SUCCESS },
+ { NSSRC_COMPAT, NS_SUCCESS },
{ NULL, 0 }
};
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c
index 9f4c8a4a5935..15f67dfabda2 100644
--- a/lib/libc/gen/getpwent.c
+++ b/lib/libc/gen/getpwent.c
@@ -83,7 +83,7 @@ enum constants {
};
static const ns_src defaultsrc[] = {
- { NSSRC_FILES, NS_SUCCESS },
+ { NSSRC_COMPAT, NS_SUCCESS },
{ NULL, 0 }
};