about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43a4e7cfda..fd63ff03a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.