ports/www/crawl/files/patch-compat__gai-errnos.h
Dmitry Marakasov 67e9a69b83 - Switch to options helpers
- Regenerate patches
- Update WWW
2017-12-25 09:00:39 +00:00

10 lines
218 B
C

--- compat/gai-errnos.h.orig 2003-05-17 16:39:02 UTC
+++ compat/gai-errnos.h
@@ -10,5 +10,7 @@
/* for old netdb.h */
#ifndef EAI_NODATA
#define EAI_NODATA 1
+#endif
+#ifndef EAI_MEMORY
#define EAI_MEMORY 2
#endif