diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 07:54:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 07:54:50 +0000 |
commit | e09edf23c2b9cadb988c5cdb69adf70eb418c907 (patch) | |
tree | cf4f048a916f17b1eef9898c193f87e1cb3c5bf4 /ChangeLog | |
parent | 41f112ad228d4cd587712b747472a3a9f7e20e5a (diff) | |
download | glibc-e09edf23c2b9cadb988c5cdb69adf70eb418c907.tar glibc-e09edf23c2b9cadb988c5cdb69adf70eb418c907.tar.gz glibc-e09edf23c2b9cadb988c5cdb69adf70eb418c907.tar.bz2 glibc-e09edf23c2b9cadb988c5cdb69adf70eb418c907.zip |
Update.
* nscd/connections.c (nscd_run): Remove bogus return which isn't
necessary with gcc 3.2+.
(nscd_init): Don't use error() to print message, use dbg_log.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-01-15 Ulrich Drepper <drepper@redhat.com> + * nscd/connections.c (nscd_run): Remove bogus return which isn't + necessary with gcc 3.2+. + (nscd_init): Don't use error() to print message, use dbg_log. + * iconv/gconv_simple.c (STORE_REST): Explicitly store the total expected size into state. (UNPACK_BYTES): Do the reverse. |