* update_utmp.c (pty_update_utmp): Handle case where utmp uses
authorEzra Peisach <epeisach@mit.edu>
Fri, 15 Nov 1996 13:40:31 +0000 (13:40 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 15 Nov 1996 13:40:31 +0000 (13:40 +0000)
commit234b6df2c9b3bf43731c86776cb7dc8953d9ea77
tree58cfadda2edeaf662c7f3f93816de15e01c764e4
parent40387faa19fa8ee4e15b7746718696908cf91a18
* update_utmp.c (pty_update_utmp): Handle case where utmp uses
ut_exit.e_exit and utmpx uses ut_exit.ut_exit.

* configure.in (UT_EXIT_STRUCTURE_DIFFER): If utmpx.h exists, and
getutmpx does not exist then test if the ut_exit part of
the utmp/utmpx structure is a structure and if their types
differ. (e_exit vs. ut_exit).

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