freebsd-ports/www/crawl/files/patch-compat::gai-errnos.h
2004-03-12 13:43:32 +00:00

12 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