diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-14 04:23:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-14 04:23:40 +0000 |
commit | 1bfa05cfaa4177476fd57851d867c5d1a276a34b (patch) | |
tree | e4c8f50704c119835b459e3d515489ae94692f7c /ChangeLog | |
parent | c5671698c8e953513a3456dcb60344bd2e7b1125 (diff) | |
download | glibc-1bfa05cfaa4177476fd57851d867c5d1a276a34b.tar glibc-1bfa05cfaa4177476fd57851d867c5d1a276a34b.tar.gz glibc-1bfa05cfaa4177476fd57851d867c5d1a276a34b.tar.bz2 glibc-1bfa05cfaa4177476fd57851d867c5d1a276a34b.zip |
[BZ #6634]
2008-08-13 Ulrich Drepper <drepper@redhat.com>
[BZ #6634]
* login/utmp_file.c (getutent_r_file): Take additional parameter.
Set to true if locking failed.
(getutid_r_file): Adjust caller.
(pututline_file): Likewise. Return NULL in this case.
Patch mostly by halesh.s@gmail.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-08-13 Ulrich Drepper <drepper@redhat.com> + + [BZ #6634] + * login/utmp_file.c (getutent_r_file): Take additional parameter. + Set to true if locking failed. + (getutid_r_file): Adjust caller. + (pututline_file): Likewise. Return NULL in this case. + Patch mostly by halesh.s@gmail.com. + 2008-08-12 Ulrich Drepper <drepper@redhat.com> [BZ #6589] |