Skip to content
Snippets Groups Projects
Commit ae119778 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

(tags/1.07.0) fixed EAI_OVERFLOW for legacy osx

parent ced0bef9
No related branches found
No related tags found
No related merge requests found
......@@ -438,7 +438,9 @@ const char *socket_gaistrerror(int err) {
case EAI_FAMILY: return PIE_FAMILY;
case EAI_MEMORY: return PIE_MEMORY;
case EAI_NONAME: return PIE_NONAME;
#ifdef EAI_OVERFLOW
case EAI_OVERFLOW: return PIE_OVERFLOW;
#endif
#ifdef EAI_PROTOCOL
case EAI_PROTOCOL: return PIE_PROTOCOL;
#endif
......
#define luatex_svn_revision 6669
#define luatex_svn_revision 6673
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment