diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-02-28 11:02:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-02-28 11:02:53 +0000 |
commit | 9cb888960d9191a2442bd194e84f3e56ac809eed (patch) | |
tree | d4906366f8459fa3a51d6eebcf6ec3d80ea89774 /socket.c | |
parent | 7b08e9eb937dfe13d8d4b71d5226f288cdb4a67a (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1018,6 +1018,8 @@ static ssize_t cygwin_read(int sock, void *buf, size_t count) return(-1); } } + + return count; } #endif /* __CYGWIN__ */ |