summaryrefslogtreecommitdiff
path: root/nss/nsswitch.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-17 05:52:18 +0000
committerRoland McGrath <roland@gnu.org>2001-12-17 05:52:18 +0000
commit79dbd981958144758afdb8b1feaa871a32a36c3d (patch)
treed9e97ee8c24dc474df875642230d6a23595c50d1 /nss/nsswitch.c
parentca18306b75e87b4ee356a6b47a3695c6b23f48e9 (diff)
* nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
* grp/initgroups.c (internal_getgrouplist): Likewise.
Diffstat (limited to 'nss/nsswitch.c')
-rw-r--r--nss/nsswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c
index 7799281695..6cd3d81bb8 100644
--- a/nss/nsswitch.c
+++ b/nss/nsswitch.c
@@ -178,7 +178,7 @@ __nss_next (service_user **ni, const char *fct_name, void **fctp, int status,
{
/* This is really only for debugging. */
if (NSS_STATUS_TRYAGAIN > status || status > NSS_STATUS_RETURN)
- __libc_fatal ("illegal status in " __FUNCTION__);
+ __libc_fatal ("illegal status in __nss_next");
if (nss_next_action (*ni, status) == NSS_ACTION_RETURN)
return 1;