diff options
author | Miles Bader <miles@gnu.org> | 1996-07-06 03:57:56 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-06 03:57:56 +0000 |
commit | 2549e7587d7583704a338533cdc3892eece55ab0 (patch) | |
tree | 174cfa230c0becd7dcaa91ff7f372f64533e7432 /ChangeLog | |
parent | 36abf0d831de627092222bda744ef9887ada1cb3 (diff) | |
download | glibc-2549e7587d7583704a338533cdc3892eece55ab0.tar.gz glibc-2549e7587d7583704a338533cdc3892eece55ab0.tar.xz glibc-2549e7587d7583704a338533cdc3892eece55ab0.zip |
Fri Jul 5 17:34:47 1996 Miles Bader <miles@gnu.ai.mit.edu> cvs/libc-960706
* login/logout.c (logout): Do nothing if getutline_r returns ESRCH. * login/pututline_r.c (pututline_r): Since we assign RESULT from lseek now, check that it's >= 0, not == 0. Wed Jul 3 13:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu> * login/login.c (login): Make a copy of *UT, fill in various fields that we supply (ut_line, ut_type, ut_pid), and use the copy in place of UT. * login/getutline_r.c (getutline_r): When we return ESRCH, mark UTMP_DATA->ubuf invalid (by setting UTMP_DATA->loc_utmp to 0).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f44123a8eb..168cd6724e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Fri Jul 5 17:34:47 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * login/logout.c (logout): Do nothing if getutline_r returns ESRCH. + + * login/pututline_r.c (pututline_r): Since we assign RESULT from + lseek now, check that it's >= 0, not == 0. + +Wed Jul 3 13:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * login/login.c (login): Make a copy of *UT, fill in various + fields that we supply (ut_line, ut_type, ut_pid), and use the copy + in place of UT. + + * login/getutline_r.c (getutline_r): When we return ESRCH, mark + UTMP_DATA->ubuf invalid (by setting UTMP_DATA->loc_utmp to 0). + Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * hurd/hurdsig.c (_hurd_internal_post_signal): In case of handled |