diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 05:55:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-25 05:55:20 +0000 |
commit | 9435d38cb1f0988a4f62fe30b90e29d9250054b1 (patch) | |
tree | 1f99edf1a3c1e900970739c768f005f75faadbd5 /ChangeLog | |
parent | 43ca813d87b81b1f713e4e48ed6fb760c235f14a (diff) | |
download | glibc-9435d38cb1f0988a4f62fe30b90e29d9250054b1.zip glibc-9435d38cb1f0988a4f62fe30b90e29d9250054b1.tar.gz glibc-9435d38cb1f0988a4f62fe30b90e29d9250054b1.tar.bz2 |
Update.
* nis/ypclnt.c (do_ypcall): Add one missing unlock. Simplify the
code a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-09-24 Ulrich Drepper <drepper@redhat.com> + * nis/ypclnt.c (do_ypcall): Add one missing unlock. Simplify the + code a bit. + * misc/daemon.c (daemon): Define errno in case /dev/null is not the correct device. |