diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 05:31:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 05:31:24 +0000 |
commit | 43ca813d87b81b1f713e4e48ed6fb760c235f14a (patch) | |
tree | 9e955227a1ac9f4ce802ae4ffca619c843ed6918 | |
parent | 267a7a9eca77719b9cee482585d04ad515a4436d (diff) | |
download | glibc-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.
-rw-r--r-- | ChangeLog | 3 |
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> |