aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-01 22:41:23 +0000
committerYang Tse <yangsita@gmail.com>2009-05-01 22:41:23 +0000
commit589d2ee7b5861fc45127aadf1ef0853da22a4b21 (patch)
tree501161987efce79f42d790642f59537e45c52459 /ares
parent0a294db912f15a3782068134a02d3d034a773de7 (diff)
David McCreedy's "TPF-platform specific changes to various files" patch follow-up
Diffstat (limited to 'ares')
-rw-r--r--ares/ares_build.h.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_build.h.dist b/ares/ares_build.h.dist
index 77f13286b..6505aec3e 100644
--- a/ares/ares_build.h.dist
+++ b/ares/ares_build.h.dist
@@ -198,8 +198,8 @@
#elif defined(TPF)
# define CARES_SIZEOF_LONG 8
-# define CARES_TYPEOF_ARES_SOCKLEN_T FIXME
-# define CARES_SIZEOF_ARES_SOCKLEN_T -1
+# define CARES_TYPEOF_ARES_SOCKLEN_T int
+# define CARES_SIZEOF_ARES_SOCKLEN_T 4
/* ===================================== */
/* KEEP MSVC THE PENULTIMATE ENTRY */