1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

This wasn't intended to be committed.

So, until fixed this will remain FIXME.
This commit is contained in:
Yang Tse 2009-05-02 03:16:04 +00:00
parent 9137e717b0
commit b5c599c80c
2 changed files with 3 additions and 3 deletions

View File

@ -389,8 +389,8 @@
# define CURL_SUFFIX_CURL_OFF_T L
# define CURL_SUFFIX_CURL_OFF_TU UL
# endif
# define CURL_TYPEOF_CURL_SOCKLEN_T unsigned int
# define CURL_SIZEOF_CURL_SOCKLEN_T 4
# define CURL_TYPEOF_CURL_SOCKLEN_T FIXME
# define CURL_SIZEOF_CURL_SOCKLEN_T -1
#elif defined(__OS400__)
# if defined(__ILEC400__)

View File

@ -284,7 +284,7 @@
#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
/* Define to the type of arg 2 for getnameinfo. */
#define GETNAMEINFO_TYPE_ARG2 unsigned int
#define GETNAMEINFO_TYPE_ARG2 FIXME
/* Define to the type of args 4 and 6 for getnameinfo. */
#define GETNAMEINFO_TYPE_ARG46 size_t