summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-05 16:47:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-06 17:08:58 +0900
commitbb108ec90877cb6118e5046f9d7a246aed2fdfae (patch)
treeb913736fb58dfb667e26c163289c109239b8c234 /dcop
parent2e50625d758b2f600bc800e51d199d4d508f904f (diff)
downloadtdelibs-bb108ec9.tar.gz
tdelibs-bb108ec9.zip
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bc589779263a595d0d24812959e083de5c971257)
Diffstat (limited to 'dcop')
-rw-r--r--dcop/KDE-ICE/Xtranssock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/KDE-ICE/Xtranssock.c b/dcop/KDE-ICE/Xtranssock.c
index ba31e2966..62e0ee0cd 100644
--- a/dcop/KDE-ICE/Xtranssock.c
+++ b/dcop/KDE-ICE/Xtranssock.c
@@ -94,7 +94,7 @@ from The Open Group.
#include <netinet/tcp.h>
#endif /* !NO_TCP_H */
#include <sys/ioctl.h>
-#if (defined(SVR4) || defined(__SVR4)) && !defined(DGUX)
+#if (defined(SVR4) || defined(__SVR4))
#include <sys/filio.h>
#endif
#if (defined(i386) && defined(SYSV)) || defined(_SEQUENT_)