File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1111#include "version.h"
1212
1313#include <sys/fcntlcom.h>
14- #include <sys/termios.h>
1514#include <sys/ttydev.h>
1615#include <stdio.h>
16+ #include <termios.h>
1717
1818#include "lispemul.h"
1919#include "address.h"
Original file line number Diff line number Diff line change 1212
1313#include <sys/select.h>
1414#include <sys/types.h>
15- #include <sys/termios.h>
1615#include <sys/ttold.h>
1716#include <sys/time.h>
1817#include <stropts.h>
1918#include <fcntl.h>
2019#include <signal.h>
2120#include <stdio.h>
21+ #include <termios.h>
2222
2323#include "lispemul.h"
2424#include "address.h"
Original file line number Diff line number Diff line change @@ -41,13 +41,7 @@ Unix Interface Communications
4141#include <unistd.h>
4242
4343
44- #ifdef OS4
45- #include <sys/termios.h>
46- #elif OS5
47- #include <sys/termio.h>
48- #else
4944#include <termios.h>
50- #endif /* OS4 */
5145
5246#ifdef sun
5347/* to get S_IFIFO defn for creating fifos */
You can’t perform that action at this time.
0 commit comments