diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 06:49:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 06:49:33 +0000 |
commit | 51499423041892397b8ee123bbe45fd8eadda534 (patch) | |
tree | c58e1774aaa9d28a1a68bc0f9eb68e65e6b00980 /ChangeLog | |
parent | 9435d38cb1f0988a4f62fe30b90e29d9250054b1 (diff) | |
download | glibc-51499423041892397b8ee123bbe45fd8eadda534.tar.gz glibc-51499423041892397b8ee123bbe45fd8eadda534.tar.xz glibc-51499423041892397b8ee123bbe45fd8eadda534.zip |
Update. cvs/fedora-glibc-20040925T0738
* misc/daemon.c (daemon): Don't succeed if /dev/null cannot be opened.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d717f84220..30772a98bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-09-24 Ulrich Drepper <drepper@redhat.com> + * misc/daemon.c (daemon): Don't succeed if /dev/null cannot be + opened. + * nis/ypclnt.c (do_ypcall): Add one missing unlock. Simplify the code a bit. |