summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:26 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:26 +0000
commitc970f991f0a5eb34349080f3c9e894816505bbd4 (patch)
tree85bee4059c36f294e976764684daa0f90dcc66c5
parentf98775454d4d5c34311a2c26f43b400207f645f7 (diff)
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
-rw-r--r--src/lbx_zlib/lbx_zlib_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbx_zlib/lbx_zlib_io.c b/src/lbx_zlib/lbx_zlib_io.c
index ec56034..12b29a3 100644
--- a/src/lbx_zlib/lbx_zlib_io.c
+++ b/src/lbx_zlib/lbx_zlib_io.c
@@ -43,7 +43,7 @@
* The following is taken from the xtrans code, almost as is,
* it would be nice to share it...
*/
-#if defined(WIN32) || defined(__sxg__) || (defined(SCO) && !defined(SVR4) && !defined(SCO325))
+#if defined(WIN32) || defined(__sxg__)
static int
writev(int fildes, const struct iovec *iov, int iovcnt)
{