From: Yang Tse Date: Tue, 12 May 2009 00:54:21 +0000 (+0000) Subject: *__SOCKLEN_T definitions for OS400 already fixed X-Git-Tag: curl-7_19_5~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966e7d0e36e989175febc80493dd37ef5ce4bf15;p=thirdparty%2Fcurl.git *__SOCKLEN_T definitions for OS400 already fixed --- diff --git a/ares/ares_build.h.dist b/ares/ares_build.h.dist index 0cfa03dc03..7e6b67616f 100644 --- a/ares/ares_build.h.dist +++ b/ares/ares_build.h.dist @@ -166,8 +166,6 @@ #elif defined(__OS400__) # if defined(__ILEC400__) # define CARES_SIZEOF_LONG 4 -# define CARES_TYPEOF_ARES_SOCKLEN_T FIXME -# define CARES_SIZEOF_ARES_SOCKLEN_T -1 # define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t # define CARES_SIZEOF_ARES_SOCKLEN_T 4 # define CARES_PULL_SYS_TYPES_H 1