Commit 589d2ee7 authored by Yang Tse's avatar Yang Tse
Browse files

David McCreedy's "TPF-platform specific changes to various files" patch follow-up

parent 0a294db9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -9,10 +9,6 @@ To be addressed in 7.19.5 (planned release: May 2009)

228 - rpath problems in linking with custom openssl

231 - [PATCH] TPF-platform specific changes to various files
      - committed with minor changes
      - awaiting feedback

232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII 
      platform HTTP requests

+2 −2
Original line number Diff line number Diff line
@@ -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    */
+2 −2
Original line number Diff line number Diff line
@@ -487,8 +487,8 @@
#  define CURL_SIZEOF_CURL_OFF_T     8
#  define CURL_SUFFIX_CURL_OFF_T     L
#  define CURL_SUFFIX_CURL_OFF_TU    UL
#  define CURL_TYPEOF_CURL_SOCKLEN_T FIXME
#  define CURL_SIZEOF_CURL_SOCKLEN_T -1
#  define CURL_TYPEOF_CURL_SOCKLEN_T int
#  define CURL_SIZEOF_CURL_SOCKLEN_T 4

/* ===================================== */
/*    KEEP MSVC THE PENULTIMATE ENTRY    */