* nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to
authorRoland McGrath <roland@gnu.org>
Tue, 26 Oct 2004 01:55:51 +0000 (01:55 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Oct 2004 01:55:51 +0000 (01:55 +0000)
libnss_files_hidden_def, not hidden_def.  This file is also compiled
into libnss_hesiod by #include.

ChangeLog
nss/nss_files/files-parse.c

index 813c701..e9f263d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-25  Roland McGrath  <roland@redhat.com>
+
+       * 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  <roland@frob.com>
 
        * configure.in (ASM_LINE_SEP): Move this setting to ...
index 0bc15f7..21f689d 100644 (file)
@@ -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