diff options
Diffstat (limited to 'dcop')
-rw-r--r-- | dcop/KDE-ICE/Xtransint.h | 4 | ||||
-rw-r--r-- | dcop/KDE-ICE/Xtranssock.c | 3 |
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__ */ |