about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-25 05:31:24 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-25 05:31:24 +0000
commit43ca813d87b81b1f713e4e48ed6fb760c235f14a (patch)
tree9e955227a1ac9f4ce802ae4ffca619c843ed6918 /ChangeLog
parent267a7a9eca77719b9cee482585d04ad515a4436d (diff)
downloadglibc-43ca813d87b81b1f713e4e48ed6fb760c235f14a.tar.gz
glibc-43ca813d87b81b1f713e4e48ed6fb760c235f14a.tar.xz
glibc-43ca813d87b81b1f713e4e48ed6fb760c235f14a.zip
Update.
	* misc/daemon.c (daemon): Define errno in case /dev/null is not
	the correct device.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95a9422886..be347769f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-09-24  Ulrich Drepper  <drepper@redhat.com>
 
+	* misc/daemon.c (daemon): Define errno in case /dev/null is not
+	the correct device.
+
 	* nis/ypclnt.c (yp_bind_file): Optimize a bit.  Minimal cleanups.
 
 2004-09-23  Andreas Jaeger  <aj@suse.de>