summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:56:16 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:56:16 -0800
commitc8119b28ca20332d39153cdd1a297d62ed7d12cb (patch)
tree049962d10ab65ff4d0cba9015496c24339db5352
parentc337a18e92147f6980703ea35937e819261b192d (diff)
unifdef SUNSSYV
This isn't defined on Solaris, so I don't know what this was for Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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