summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
commitdf60af0fb3f2f986d7946d3e06ffcadbd86c3ab3 (patch)
tree6c920673390e68c3e4a4f10221b85d5f1c85358b
parent061341467baa72bf04d519166f933b4f666862c1 (diff)
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
-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 89b095d..5a4feb8 100644
--- a/src/lbx_zlib/lbx_zlib_io.c
+++ b/src/lbx_zlib/lbx_zlib_io.c
@@ -44,7 +44,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)
{