diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 61a91e01878..4e9631dbba1 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -135,18 +135,10 @@ extern int errno; | |||
| 135 | #include "systty.h" | 135 | #include "systty.h" |
| 136 | #include "syswait.h" | 136 | #include "syswait.h" |
| 137 | 137 | ||
| 138 | #ifdef BROKEN_TIOCGWINSZ | ||
| 139 | #undef TIOCGWINSZ | ||
| 140 | #undef TIOCSWINSZ | ||
| 141 | #endif | ||
| 142 | |||
| 143 | #if defined (USG) | 138 | #if defined (USG) |
| 144 | #include <sys/utsname.h> | 139 | #include <sys/utsname.h> |
| 145 | #include <memory.h> | 140 | #include <memory.h> |
| 146 | #if defined (TIOCGWINSZ) | 141 | #if defined (TIOCGWINSZ) |
| 147 | #ifdef NEED_SIOCTL | ||
| 148 | #include <sys/sioctl.h> | ||
| 149 | #endif | ||
| 150 | #ifdef NEED_PTEM_H | 142 | #ifdef NEED_PTEM_H |
| 151 | #include <sys/stream.h> | 143 | #include <sys/stream.h> |
| 152 | #include <sys/ptem.h> | 144 | #include <sys/ptem.h> |