https://bugs.winehq.org/show_bug.cgi?id=40865
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Steam needs to be online to |Steam does not connect to |update. Please confirm your |internet (gethostbyname_r |network connection and try |does not return ERANGE in |again. |NetBSD) Component|-unknown |winsock
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Thanks for both tests, this is very interesting. In GNU/Linux we expect the function to return ERANGE in order to keep reallocating memory until the function is satisfied. But in NetBSD it seems like they use a different approach of returning "non-zero" and setting locerr to ENOBUFS. I could not find the man for this function in NetBSD. What version of NetBSD are you using?