Files
ports/databases/pgpool/files/patch-pool_ip.c
Norikatsu Shigemura 4e1b18a940 Fix build on 4.x.
Obtained from:	PostgreSQL Japanese Mailing List
2007-02-13 08:54:28 +00:00

19 lines
229 B
C

--- pool_ip.c.orig Sat Feb 3 13:22:21 2007
+++ pool_ip.c Tue Feb 13 17:23:39 2007
@@ -184,6 +184,7 @@
}
+#if 0
const char *
gai_strerror(int errcode)
{
@@ -205,6 +206,7 @@
return hstrerror(hcode);
}
+#endif
/*