v2.3.1
tag189177be52e0f812acddc4bf67d1944e80a73896
object 6d19ebb3a917b566830f8d33e95b1eea2e99658d
authorEric Wong <normalperson@yhbt.net>
Mon, 14 Feb 2011 00:51:37 +0000 (13 16:51 -0800)
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.