mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
13 lines
255 B
C
13 lines
255 B
C
$FreeBSD$
|
|
|
|
--- compat/gai-errnos.h.orig Fri Mar 12 07:29:36 2004
|
|
+++ compat/gai-errnos.h Fri Mar 12 07:29:52 2004
|
|
@@ -10,5 +10,7 @@
|
|
/* for old netdb.h */
|
|
#ifndef EAI_NODATA
|
|
#define EAI_NODATA 1
|
|
+#endif
|
|
+#ifndef EAI_MEMORY
|
|
#define EAI_MEMORY 2
|
|
#endif
|