Skip to Content.
Sympa Menu

freetds - RE: -current vs 0.53

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: "TDS Development Group" <freetds AT franklin.metalab.unc.edu>
  • Cc: camber AT ais.org
  • Subject: RE: -current vs 0.53
  • Date: Thu, 5 Sep 2002 18:02:49 -0400


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






Archive powered by MHonArc 2.6.24.

Top of Page