summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os/io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/io.c b/os/io.c
index 8259b2f..d108568 100644
--- a/os/io.c
+++ b/os/io.c
@@ -412,9 +412,6 @@ FlushClient(
notWritten -= len;
todo = notWritten;
} else if (ETEST(errno)
-#ifdef SUNSYSV /* check for another brain-damaged OS bug */
- || (errno == 0)
-#endif
#ifdef EMSGSIZE /* check for another brain-damaged OS bug */
|| ((errno == EMSGSIZE) && (todo == 1))
#endif