summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-15 18:57:25 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-15 18:57:25 +0000
commit02264020bfda957aa0b48ed00d449fe0ed95a4e2 (patch)
treedbb35d35d76e249e84e6d9d711efaae6212e520f /ChangeLog
parentfd5ea23820c6a51289a92e99219870027f38e27d (diff)
* misc/getusershell.c (okshells): Don't use static initializers,
do it dynamically.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 509b44403e..b7fe215f23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-05-15 Ulrich Drepper <drepper@redhat.com>
+ * misc/getusershell.c (okshells): Don't use static initializers,
+ do it dynamically.
+
* stdlib/fmtmsg.c (keywords): Change type of len element to
uint32_t to not waste space on 64bit machines.