summaryrefslogtreecommitdiffstats
path: root/dcop/KDE-ICE/Xtrans.c
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-12 15:37:19 +0900
committerMichele Calgaro <[email protected]>2025-01-12 15:37:19 +0900
commit8ee06ec529e375693eaefa6fb68dc496d36fd367 (patch)
tree520663f3b5909306ebf1c5656be1b64c6c925253 /dcop/KDE-ICE/Xtrans.c
parentdce368562aa68f16fd7376291e45b2e0595b0de0 (diff)
downloadtdelibs-8ee06ec529e375693eaefa6fb68dc496d36fd367.tar.gz
tdelibs-8ee06ec529e375693eaefa6fb68dc496d36fd367.zip
Remove support for SCOv3.2
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'dcop/KDE-ICE/Xtrans.c')
-rw-r--r--dcop/KDE-ICE/Xtrans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/KDE-ICE/Xtrans.c b/dcop/KDE-ICE/Xtrans.c
index e34574248..c85a9263d 100644
--- a/dcop/KDE-ICE/Xtrans.c
+++ b/dcop/KDE-ICE/Xtrans.c
@@ -1244,7 +1244,7 @@ static int TRANS(WriteV) (XtransConnInfo ciptr, struct iovec *iov, int iovcnt)
#endif /* CRAY */
-#if (defined(SYSV) && defined(i386) && !defined(SCO325)) || defined(_WIN32) || defined(__sxg__) || defined(__EMX__)
+#if (defined(SYSV) && defined(i386)) || defined(_WIN32) || defined(__sxg__) || defined(__EMX__)
/*
* emulate readv
@@ -1276,7 +1276,7 @@ static int TRANS(ReadV) (XtransConnInfo ciptr, struct iovec *iov, int iovcnt)
#endif /* SYSV && i386 || _WIN32 || __sxg__ */
-#if (defined(SYSV) && defined(i386) && !defined(SCO325)) || defined(_WIN32) || defined(__sxg__) || defined(__EMX__)
+#if (defined(SYSV) && defined(i386)) || defined(_WIN32) || defined(__sxg__) || defined(__EMX__)
/*
* emulate writev