aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parentca18306b75e87b4ee356a6b47a3695c6b23f48e9 (diff)
downloadglibc-79dbd981958144758afdb8b1feaa871a32a36c3d.tar
glibc-79dbd981958144758afdb8b1feaa871a32a36c3d.tar.gz
glibc-79dbd981958144758afdb8b1feaa871a32a36c3d.tar.bz2
glibc-79dbd981958144758afdb8b1feaa871a32a36c3d.zip
* nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
* grp/initgroups.c (internal_getgrouplist): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab50c4f242..11536222c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-12-16 Roland McGrath <roland@frob.com>
+ * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
+ * grp/initgroups.c (internal_getgrouplist): Likewise.
+
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
`default:' to silence new GCC warning.
Rewrite cast of lvalue to silence new GCC warning.