From: Roland McGrath Date: Tue, 26 Oct 2004 01:55:51 +0000 (+0000) Subject: * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to X-Git-Tag: cvs/fedora-glibc-20041102T1153~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5b614c7e4668f1804320f18743aa1a7db78d58;p=thirdparty%2Fglibc.git * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to libnss_files_hidden_def, not hidden_def. This file is also compiled into libnss_hesiod by #include. --- diff --git a/ChangeLog b/ChangeLog index 813c701589b..e9f263d202c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-25 Roland McGrath + + * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to + libnss_files_hidden_def, not hidden_def. This file is also compiled + into libnss_hesiod by #include. + 2004-10-25 Roland McGrath * configure.in (ASM_LINE_SEP): Move this setting to ... diff --git a/nss/nss_files/files-parse.c b/nss/nss_files/files-parse.c index 0bc15f71de3..21f689d0f18 100644 --- a/nss/nss_files/files-parse.c +++ b/nss/nss_files/files-parse.c @@ -73,7 +73,7 @@ struct parser_data /* Export the line parser function so it can be used in nss_db. */ # define parser_stclass /* Global */ # define parse_line CONCAT(_nss_files_parse_,ENTNAME) -# define nss_files_parse_hidden_def(name) hidden_def (name) +# define nss_files_parse_hidden_def(name) libnss_files_hidden_def (name) #endif