specified in the POSIX standard.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4424
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Oct 3 13:28:04 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * externs.h: The proper place to look for termios.h is
+ <termios.h>, not <sys/termios.h>.
+
Thu Sep 29 22:51:39 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executables if libraries change
# ifdef SYSV_TERMIO
# include <sys/termio.h>
# else
-# include <sys/termios.h>
+# include <termios.h>
# define termio termios
# endif
# endif