*__SOCKLEN_T definitions for OS400 already fixed

This commit is contained in:
Yang Tse 2009-05-12 00:54:21 +00:00
parent 44103abdb7
commit 966e7d0e36
1 changed files with 0 additions and 2 deletions

View File

@ -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