From: Theodore Tso Date: Mon, 3 Oct 1994 17:29:14 +0000 (+0000) Subject: Look for termios.h in , not . The latter is what's X-Git-Tag: krb5-1.0-beta4.3~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f46b22bf773559c747d789170da72dcc52641e9a;p=krb5.git Look for termios.h in , not . The latter is what's specified in the POSIX standard. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4424 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 720d6c47c..38c8eb29d 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 3 13:28:04 1994 Theodore Y. Ts'o (tytso@dcl) + + * externs.h: The proper place to look for termios.h is + , not . + Thu Sep 29 22:51:39 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Relink executables if libraries change diff --git a/src/appl/telnet/telnet/externs.h b/src/appl/telnet/telnet/externs.h index 9f3c6eea2..cc363e817 100644 --- a/src/appl/telnet/telnet/externs.h +++ b/src/appl/telnet/telnet/externs.h @@ -68,7 +68,7 @@ # ifdef SYSV_TERMIO # include # else -# include +# include # define termio termios # endif # endif