summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-26 02:30:36 +0000
committerRoland McGrath <roland@gnu.org>2004-10-26 02:30:36 +0000
commit4463a2eed73d72227f298f128ee5274b6a2e94d5 (patch)
treec180c550fd6d52222cc10dfbcea66c180d7dd43c /ChangeLog
parent8f8bd267e9291c4a5a3625e81b8089fe5a6be902 (diff)
either libc_hidden_def or libnss_files_hidden_def, not hidden_def.
This file is also compiled into libnss_hesiod by #include.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ae467b6a16..61840805d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
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.
+ either libc_hidden_def or 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>