summaryrefslogtreecommitdiffstats
path: root/dcop
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 /dcop
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 'dcop')
-rw-r--r--dcop/KDE-ICE/Xtransint.h4
-rw-r--r--dcop/KDE-ICE/Xtranssock.c3
2 files changed, 0 insertions, 7 deletions
diff --git a/dcop/KDE-ICE/Xtransint.h b/dcop/KDE-ICE/Xtransint.h
index 3678e48bf..20c003387 100644
--- a/dcop/KDE-ICE/Xtransint.h
+++ b/dcop/KDE-ICE/Xtransint.h
@@ -139,9 +139,6 @@ extern int errno; /* Internal system error number. */
#else
#include <sys/param.h>
#ifndef OPEN_MAX
-#if defined(__OSF1__) || defined(__osf__)
-#define OPEN_MAX 256
-#else
#ifdef NOFILE
#define OPEN_MAX NOFILE
#else
@@ -154,7 +151,6 @@ extern int errno; /* Internal system error number. */
#endif
#endif
#endif
-#endif
#ifdef __GNU__
#define TRANS_OPEN_MAX OPEN_MAX
#else /* !__GNU__ */
diff --git a/dcop/KDE-ICE/Xtranssock.c b/dcop/KDE-ICE/Xtranssock.c
index 31a35fcd9..9d2c39456 100644
--- a/dcop/KDE-ICE/Xtranssock.c
+++ b/dcop/KDE-ICE/Xtranssock.c
@@ -88,9 +88,6 @@ from The Open Group.
#endif /* SYSV */
#endif /* MOTOROLA */
#ifndef NO_TCP_H
-#ifdef __osf__
-#include <sys/param.h>
-#endif /* osf */
#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
#include <machine/endian.h>
#endif /* __NetBSD__ || __OpenBSD__ || __FreeBSD__ */