blob: 77fb8d0fd032ed768e1c085487b75ab65768123c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- tty.c Sun Mar 30 22:57:59 2003
+++ tty.c Thu Mar 15 22:48:59 2007
@@ -86,11 +86,11 @@
#include <sgtty.h>
struct sgttyb oldsb, newsb;
#else
-#ifndef POSIX
-#include <termio.h>
#ifndef NCC
#define NCC NCCS
#endif
+#ifndef POSIX
+#include <termio.h>
struct termio oldsb, newsb;
#else
#include <termios.h>
--- tty_aux.c Sun Mar 30 22:57:59 2003
+++ tty_aux.c Thu Mar 15 22:48:59 2007
@@ -86,11 +86,11 @@
#include <sgtty.h>
struct sgttyb oldsb, newsb;
#else
-#ifndef POSIX
-#include <termio.h>
#ifndef NCC
#define NCC NCCS
#endif
+#ifndef POSIX
+#include <termio.h>
struct termio oldsb, newsb;
#else
#include <termios.h>
|