aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-31 21:44:08 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-31 21:44:08 +0000
commit520ec963af2e012caa5609ad2fac041f6e7af6d7 (patch)
tree7f24f9f19122cdd78d17f3ed894704802f7610b1 /ChangeLog
parentd4b04a331cfa0b4a4a2864631653a45039128b85 (diff)
downloadglibc-520ec963af2e012caa5609ad2fac041f6e7af6d7.tar
glibc-520ec963af2e012caa5609ad2fac041f6e7af6d7.tar.gz
glibc-520ec963af2e012caa5609ad2fac041f6e7af6d7.tar.bz2
glibc-520ec963af2e012caa5609ad2fac041f6e7af6d7.zip
Update.
* inet/rcmd.c: Provide better error message in case of unknown host. Remove USE_IN_LIBIO. * nscd/nscd.init: Updated version, more conforming with current init file standards. * nscd/nscd-client.h (_PATH_NSCDPID): Move the file into /var/run/nscd directory. (_PATH_NSCDSOCKET): Likewise. * test-skeleton.c (timeout_handler): Fix error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 614445d16e..bb64d54912 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2003-12-31 Ulrich Drepper <drepper@redhat.com>
+ * inet/rcmd.c: Provide better error message in case of unknown
+ host. Remove USE_IN_LIBIO.
+
+ * nscd/nscd.init: Updated version, more conforming with current
+ init file standards.
+
+ * nscd/nscd-client.h (_PATH_NSCDPID): Move the file into
+ /var/run/nscd directory.
+ (_PATH_NSCDSOCKET): Likewise.
+
+ * test-skeleton.c (timeout_handler): Fix error message.
+
* elf/dl-dst.h (DL_DST_REQUIRED): Avoid the complex operations if
CNT == 0.