connect.c: disable AI_NUMERICSERV
commitb30aa658d7b4d946427119b23cfc264cc7172149
authorEric Wong <normalperson@yhbt.net>
Mon, 14 Feb 2011 00:33:29 +0000 (13 16:33 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 14 Feb 2011 00:36:58 +0000 (13 16:36 -0800)
treee0c09a6f984c2f2cc494142649a2378cd598a9e7
parentf74bcf37ed31611d14aba2d4b4518c6a3dea0f40
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.
ext/kgio/connect.c
test/test_tcp_connect.rb