* cleanup.c: Call update_utmp() with the correct pid to assist in
authorTom Yu <tlyu@mit.edu>
Tue, 8 May 2001 04:28:33 +0000 (04:28 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 8 May 2001 04:28:33 +0000 (04:28 +0000)
commit5c4ec4398a5a80f245391670d7e5b79fa1c0effe
tree88f0423940fd6c38cdc6bc301663315e387f6830
parente01dc7300cd2068f8997e6ca7bff33efbaa25914
* cleanup.c: Call update_utmp() with the correct pid to assist in
finding the old utmp entry.

* open_ctty.c: Reformat somewhat and revise comment.

* open_slave.c: Rework significantly.  Primarily, keep a fd open
to the slave if we need to reopen the slave device following
vhangup() or revoke(), to accommodate various OS quirks.

* update_utmp.c: Revise history section somewhat to document more
HP-UX brokenness.  Search via ut_pid before searching via
ut_line.  Copy stuff around because entuxent() will clobber some
things.

* void_assoc.c: Revise comment and reformat somewhat.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13234 dc483132-0cff-0310-8789-dd5450dbe970
src/util/pty/ChangeLog
src/util/pty/cleanup.c
src/util/pty/open_ctty.c
src/util/pty/open_slave.c
src/util/pty/update_utmp.c
src/util/pty/void_assoc.c