diff options
author | Miles Bader <miles@gnu.org> | 1996-07-01 19:33:30 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-01 19:33:30 +0000 |
commit | 6ce16797cd1c4fd6bbd0c99ab2edd100bda2f1ce (patch) | |
tree | aab67b50386f86573151fd2a08a10b8106c46592 /ChangeLog | |
parent | e81bd562d57209c6c9297962046716ace78bfb30 (diff) | |
download | glibc-6ce16797cd1c4fd6bbd0c99ab2edd100bda2f1ce.tar.gz glibc-6ce16797cd1c4fd6bbd0c99ab2edd100bda2f1ce.tar.xz glibc-6ce16797cd1c4fd6bbd0c99ab2edd100bda2f1ce.zip |
Mon Jul 1 13:32:42 1996 Miles Bader <miles@gnu.ai.mit.edu>
* login/login.c (login): Only Frob OLD->ut_type if getutline_r actually found any entry. * login/pututline_r.c (pututline_r): If not located after any entry don't use UTMP_DATA->ubuf, and seek to the end before adding. Lock the file before stating.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4d9124f88e..5cd0960731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Jul 1 13:32:42 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * login/login.c (login): Only Frob OLD->ut_type if getutline_r + actually found any entry. + + * login/pututline_r.c (pututline_r): If not located after any + entry don't use UTMP_DATA->ubuf, and seek to the end before adding. + Lock the file before stating. + Fri Jun 28 23:25:35 1996 Miles Bader <miles@gnu.ai.mit.edu> * login/login.c (login): Initialize DATA so that setutent_r will |