summaryrefslogtreecommitdiff
path: root/lib/libsndio/sun.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsndio/sun.c')
-rw-r--r--lib/libsndio/sun.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libsndio/sun.c b/lib/libsndio/sun.c
index 9f603d890d6..914fd5d1d01 100644
--- a/lib/libsndio/sun.c
+++ b/lib/libsndio/sun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sun.c,v 1.38 2010/07/15 03:43:11 jakemsr Exp $ */
+/* $OpenBSD: sun.c,v 1.39 2010/07/21 23:00:16 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -866,7 +866,6 @@ sun_write(struct sio_hdl *sh, const void *buf, size_t len)
if (errno != EAGAIN) {
DPERROR("sun_write: write");
hdl->sio.eof = 1;
- return 0;
}
return 0;
}