diff options
| author | Sam Hartman <hartmans@mit.edu> | 1996-06-24 04:16:28 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1996-06-24 04:16:28 +0000 |
| commit | 8ae68ea766f44aaeab6178f993fad74d2ff3fa1a (patch) | |
| tree | d92748ffc9f2c58181cadd604efde40fea8e7211 /src/util/pty/ChangeLog | |
| parent | e72a4cc2b1985be1867b5bfb448a17967cc3b7f7 (diff) | |
Fix bug pointed out by jhawk; we weren't looking for all ptys
on SunOS or NetBSD. Also fix Hpux 10 bug with regard to utmpx.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8544 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/ChangeLog')
| -rw-r--r-- | src/util/pty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index 104d3a648..87250edf3 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,7 +1,19 @@ + Thu Jun 13 22:14:24 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu> * configure.in: remove ref to ET_RULES + +Thu Jun 13 14:12:16 1996 Sam Hartman <hartmans@mit.edu> + + * update_wtmp.c (ptyint_update_wtmp): Only update wtmpx if we have + updwtmpx. This probably should be more general, but I'm not + really sure of HP caviats. + + * configure.in : check for updwtmpx + + * getpty.c (pty_getpty): Actually check for 256 ptys on SunOS and + other old-style systems. Tue Apr 16 22:06:36 1996 Ken Raeburn <raeburn@cygnus.com> * dump-utmp.c: New file. Not automatically used by anything, but |
