diff options
Diffstat (limited to 'dcop/KDE-ICE/Xtrans.c')
-rw-r--r-- | dcop/KDE-ICE/Xtrans.c | 4 |
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 |