aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-02-28 11:02:53 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-02-28 11:02:53 +0000
commit9cb888960d9191a2442bd194e84f3e56ac809eed (patch)
treed4906366f8459fa3a51d6eebcf6ec3d80ea89774 /socket.c
parent7b08e9eb937dfe13d8d4b71d5226f288cdb4a67a (diff)
downloadfetchmail-9cb888960d9191a2442bd194e84f3e56ac809eed.tar.gz
fetchmail-9cb888960d9191a2442bd194e84f3e56ac809eed.tar.bz2
fetchmail-9cb888960d9191a2442bd194e84f3e56ac809eed.zip
IDLE implementation.
svn path=/trunk/; revision=3794
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index bef0deea..47f074dd 100644
--- a/socket.c
+++ b/socket.c
@@ -1018,6 +1018,8 @@ static ssize_t cygwin_read(int sock, void *buf, size_t count)
return(-1);
}
}
+
+ return count;
}
#endif /* __CYGWIN__ */