summaryrefslogtreecommitdiffstats
path: root/tdesu
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-06 16:36:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 12:03:24 +0900
commit40fb163bf163c34ff66142de686be7b87d212254 (patch)
tree650cf51108376253b541437937fda05d19c9ae04 /tdesu
parent92bde6f6c114e0d7ae4e8428402494a9b90c0d32 (diff)
downloadtdelibs-40fb163b.tar.gz
tdelibs-40fb163b.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1df809582147440749d88e03b70916044db15339)
Diffstat (limited to 'tdesu')
-rw-r--r--tdesu/tdesu_pty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/tdesu_pty.cpp b/tdesu/tdesu_pty.cpp
index 4736ac1eb..8559512af 100644
--- a/tdesu/tdesu_pty.cpp
+++ b/tdesu/tdesu_pty.cpp
@@ -33,7 +33,7 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
-#if defined(__osf__) || defined(__CYGWIN__)
+#if defined(__CYGWIN__)
#include <pty.h>
#endif