This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ENOTSOCK errors with cygwin dll 1.3.21 and 1.3.22


Thanks Igor.  I've downloaded the cygwin cvs and am trying to track down
what's up in any spare time that I get.  In the meantime though, I've copied
some code from a testcase for one of the patches and made some of my own
modifications to run it using inetd.  With 1.3.20, the code is ok.  With
1.3.22 however, the calls to fgets(), fputs(), and fflush() all fail with
"Socket operation on non-socket" (errno=ENOTSOCK)


----- Original Message -----

> Look in winsup/cygwin/ChangeLog between "Bump DLL minor number to 22" and
> "Bump DLL minor number to 23"...  You could also look in the cygwin-cvs
> list archives between 3/9 and 3/13.
>
> FWIW, I see the following socket-related changes:
> <http://cygwin.com/ml/cygwin-cvs/2003-q1/msg00359.html>
> <http://cygwin.com/ml/cygwin-cvs/2003-q1/msg00352.html>
> <http://cygwin.com/ml/cygwin-cvs/2003-q1/msg00350.html>
> but I might have missed something...

Attachment: main.cc
Description: Text document

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]