diff options
author | Jesus Cea <jcea@jcea.es> | 2011-03-14 16:36:54 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-03-14 16:36:54 (GMT) |
commit | 736e7fc0f6d1242b58ee91708873d14ed7856b77 (patch) | |
tree | 81a5d54882e019409471a3f9d26047a12006ca15 /Modules/termios.c | |
parent | 3eb2347c8ce29ac76de4c2e4f98c6ecfa3b69e01 (diff) | |
download | cpython-736e7fc0f6d1242b58ee91708873d14ed7856b77.zip cpython-736e7fc0f6d1242b58ee91708873d14ed7856b77.tar.gz cpython-736e7fc0f6d1242b58ee91708873d14ed7856b77.tar.bz2 |
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Diffstat (limited to 'Modules/termios.c')
-rw-r--r-- | Modules/termios.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/termios.c b/Modules/termios.c index edeb6f5..b78d33e 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -9,11 +9,6 @@ #endif #include <termios.h> -#ifdef __osf__ -/* On OSF, sys/ioctl.h requires that struct termio already be defined, - * so this needs to be included first on that platform. */ -#include <termio.h> -#endif #include <sys/ioctl.h> /* HP-UX requires that this be included to pick up MDCD, MCTS, MDSR, |