mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
10 lines
218 B
C
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
|