diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-07-06 00:08:24 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-07-06 00:08:24 +0000 |
| commit | c2e72b506ff5ea2b92f026be2bfaff1851c87432 (patch) | |
| tree | 1b8947a8f196cd67fba7aecc6fd011cdb9731cc8 /src/appl/bsd/ChangeLog | |
| parent | aa3cb2737764d69ac1845af85635185a1d30ee4d (diff) | |
| download | krb5-c2e72b506ff5ea2b92f026be2bfaff1851c87432.tar.gz krb5-c2e72b506ff5ea2b92f026be2bfaff1851c87432.tar.xz krb5-c2e72b506ff5ea2b92f026be2bfaff1851c87432.zip | |
Remove declaration of errno altoghether. "extern int errno;" is
always wrong.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6228 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/ChangeLog')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index f7321f555..4b03944c1 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,5 +1,9 @@ Wed Jul 5 20:03:37 1995 Theodore Y. Ts'o (tytso@dcl) + * krcp.c, krlogin.c, krlogind.c, krshd.c, login.c: Remove + declaration of errno altoghether. "extern int errno;" is + always wrong. + * login.c (main): Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS. Don't just blindly set the file status flags to 0. Instead, do a fcntl(0, F_GETFL), and |
