diff options
| author | Richard Basch <probe@mit.edu> | 1994-12-28 18:56:09 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1994-12-28 18:56:09 +0000 |
| commit | fe12c05db2b8f19c03fc7471e434c739dd881467 (patch) | |
| tree | 4f0486e927406aa6c1d7b8487a1e2c87748cac20 /src | |
| parent | 1be17ef0772f845c146dcdb0b7a48a9a7768d27d (diff) | |
* configure.in
Don't bother checking for sys/stream.h; done elsewhere
Look for the function ptsname.
* logutil.c
Search to the proper position in the utmp/utmpx files.
* krlogind.c
Revamped the tty setup routines.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4766 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 6ecd4f898..188bd5042 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,15 @@ +Wed Dec 28 13:12:02 1994 Richard Basch (probe@tardis) + + * configure.in + Don't bother checking for sys/stream.h; done elsewhere + Look for the function ptsname. + + * logutil.c + Search to the proper position in the utmp/utmpx files. + + * krlogind.c + Revamped the tty setup routines. + Tue Dec 27 14:42:15 1994 Richard Basch (probe@tardis) * krlogin.c |
