-current vs 0.53

James K. Lowden jklowden at schemamania.org
Thu Sep 5 19:02:49 EDT 2002


On Thu, 5 Sep 2002 17:37:09 -0400, "Brian Bruns" <camber at ais.org> wrote:

> is errno 35 on your box EWOULDBLOCK? (check /usr/include/errno.h or the
> equivalent).  If so then something about setting the socket to
> non-blocking is possibly wrong, but a quick perusal of the code doesn't
> show any major changes since 0.53 in this area...any of you BSD folks
> care to comment?

Not defined in /usr/include/errno.h:

$ grep EWOULDBLOCK /usr/include/*.h 
$ egrep 'EAGAIN|EWOULDBLOCK' /usr/include/sys/errno.h |grep define
#define EAGAIN          35              /* Resource temporarily
#unavailable */ define EWOULDBLOCK     EAGAIN          /* Operation would
#block */

Emile and I are both using i386 boxes.  His is FreeBSD, mine NetBSD.  Both
TDS 7.0.  

--jkl





More information about the FreeTDS mailing list