From 6d19ebb3a917b566830f8d33e95b1eea2e99658d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 13 Feb 2011 16:50:13 -0800 Subject: kgio 2.3.1 - compatibility fix * connect.c: disable AI_NUMERICSERV It's not needed since we already verify the service is a numeric port. AI_NUMERICSERV is not available in older glibc (<2.3.4) and probably other old systems. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 1554153..136c702 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.0.GIT +DEF_VER=v2.3.1.GIT LF=' ' -- cgit v1.2.3-24-ge0c7