[egorovv@mailandnews.com: inet_network]

DJ Delorie dj@delorie.com
Wed Apr 19 10:52:00 GMT 2000


> Occasionally (building Apache) I found that though <arpa/inet.h> declares 
> inet_network, it is not implemented. 
> 
> Here is my proposal which makes use of an undocumented wsock32.dll entry.

If it's undocumented, we should gracefully handle the case where it
isn't in the DLL.  Could you add some code that detects the failure of
LoadDLLFunc and returns a suitable error code if the function isn't
defined?  That would be better than a core dump.


More information about the Cygwin-patches mailing list