* update_utmp.c (pty_update_utmp): utx.ut_pid is a pid_t, and
authorTom Yu <tlyu@mit.edu>
Sat, 24 Apr 1999 03:15:30 +0000 (03:15 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 24 Apr 1999 03:15:30 +0000 (03:15 +0000)
commit6db08dfe3be7542002231138669b7128fbb994a8
tree40ff8ea146ef6461998fed43cb5a0db98a7ae4e5
parent1c22d6daaa2d33b980c1a5d85e45c49b4f6ca394
* update_utmp.c (pty_update_utmp): utx.ut_pid is a pid_t, and
ent.ut_pid is sometimes a short; accordingly, use pid rather than
ent.ut_pid, which might have gotten truncated.  This fixes an Irix
problem found by <rbasch@mit.edu>.

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