summaryrefslogtreecommitdiffstats
path: root/src/util/pty/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-11-15 13:40:31 +0000
committerEzra Peisach <epeisach@mit.edu>1996-11-15 13:40:31 +0000
commit234b6df2c9b3bf43731c86776cb7dc8953d9ea77 (patch)
tree58cfadda2edeaf662c7f3f93816de15e01c764e4 /src/util/pty/ChangeLog
parent40387faa19fa8ee4e15b7746718696908cf91a18 (diff)
* 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
Diffstat (limited to 'src/util/pty/ChangeLog')
-rw-r--r--src/util/pty/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index 252714063..8816ca86b 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,3 +1,13 @@
+Fri Nov 15 08:33:54 1996 Ezra Peisach <epeisach@mit.edu>
+
+ * 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).
+
Fri Nov 8 17:45:42 1996 Theodore Y. Ts'o <tytso@mit.edu>
* update_utmp.c (pty_update_utmp): Add code which attempts to