summaryrefslogtreecommitdiffstats
path: root/dcop/KDE-ICE/Xtranssock.c
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-05 16:47:06 +0900
committerMichele Calgaro <[email protected]>2025-02-06 17:08:37 +0900
commitbc589779263a595d0d24812959e083de5c971257 (patch)
tree7e5dc26556e985fe44e540dda4c1b63cb7a714f0 /dcop/KDE-ICE/Xtranssock.c
parentd826e8d8e3b89f70ced9e4286d6b4ecd074f6e0f (diff)
downloadtdelibs-bc589779263a595d0d24812959e083de5c971257.tar.gz
tdelibs-bc589779263a595d0d24812959e083de5c971257.zip
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'dcop/KDE-ICE/Xtranssock.c')
-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_)