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

Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS.

http://curl.haxx.se/mail/lib-2009-12/0293.html
This commit is contained in:
Yang Tse 2010-01-28 10:56:43 +00:00
parent eff18763a1
commit ddab9bd2ec

View File

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