/*
- * $Id: comm.cc,v 1.246 1998/04/08 17:24:49 wessels Exp $
+ * $Id: comm.cc,v 1.247 1998/04/08 21:37:17 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
comm_write(fd, mb.buf, mb.size, handler, handler_data, memBufFreeFunc(&mb));
}
+/*
+ * hm, this might be too general-purpose for all the places we'd
+ * like to use it.
+ */
int
ignoreErrno(int ierrno)
{
switch (ierrno) {
+ case EINPROGRESS:
case EWOULDBLOCK:
#if EAGAIN != EWOULDBLOCK
case EAGAIN: