diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-12 00:54:21 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-12 00:54:21 +0000 |
commit | 966e7d0e36e989175febc80493dd37ef5ce4bf15 (patch) | |
tree | b04fbca2aa9f2d72133c7bab553cf445de1da7b2 | |
parent | 44103abdb799e52e8d9a674ebc4beb2b3718e2ef (diff) | |
download | curl-966e7d0e36e989175febc80493dd37ef5ce4bf15.tar.gz |
*__SOCKLEN_T definitions for OS400 already fixed
-rw-r--r-- | ares/ares_build.h.dist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ares/ares_build.h.dist b/ares/ares_build.h.dist index 0cfa03dc0..7e6b67616 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 |