1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/www/crawl/files/patch-compat::gai-errnos.h
2004-03-12 13:43:32 +00:00

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