blob: 1387029c4d9b2eb1a0f16ed9b1bc313576fb1a64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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
|