diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-08-05 00:33:45 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-08-05 00:33:45 +0000 |
| commit | d812e98d84f3b793c0d6efdcc93e17d6f8ddcb95 (patch) | |
| tree | 34f9fe8157ca98ff5cc5df04bbb3fd626a0dd89b /src/util/pty/ChangeLog | |
| parent | fa8bfd41040a40546b67e0e8925bfb36c5e41e09 (diff) | |
libpty.h (pty_cleanup): Fix argument type of pid to patch that used in the
C file. Include <utmpx.h> if present. Only include <utmp.h>
if it is present.
configure.in: Check for utmp.h and utmpx.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6422 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/ChangeLog')
| -rw-r--r-- | src/util/pty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index bd625eba0..fc626203a 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,11 @@ +Fri Aug 4 13:59:11 1995 Theodore Y. Ts'o <tytso@dcl> + + * libpty.h (pty_cleanup): Fix argument type of pid to patch that + used in the C file. Include <utmpx.h> if present. Only + include <utmp.h> if it is present. + + * configure.in: Check for utmp.h and utmpx.h + Fri Aug 4 00:59:20 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU> * Makefile.in: use libupdate so to not get multiple copies of |
