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