Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* termios-tn.c: Include termio.h under AIX due to brokenness.
[pullup from trunk]


git-svn-id: svn://anonsvn.mit.edu/krb5/branches/V1_0_BRANCH@11328 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Mar 31, 1999
1 parent a2e3be9 commit 094f7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/appl/telnet/telnetd/ChangeLog
@@ -1,3 +1,7 @@
Tue Mar 30 23:59:15 1999 Tom Yu <tlyu@mit.edu>

* termios-tn.c: Include termio.h under AIX due to brokenness.

Wed Feb 24 20:12:10 1999 Tom Yu <tlyu@mit.edu>

* telnetd.8: Resync manpage.
Expand Down
3 changes: 3 additions & 0 deletions src/appl/telnet/telnetd/termios-tn.c
Expand Up @@ -5,6 +5,9 @@
#include <sys/stream.h>
#include <sys/ioctl.h>
#include <termios.h>
#if !defined(TCSETS) && defined(_AIX) /* kludge for AIX */
#include <termio.h>
#endif

int readstream_termios(cmd, ibuf, vstop, vstart, ixon)
int cmd;
Expand Down

0 comments on commit 094f7e1

Please sign in to comment.