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
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@
#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
/* 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 GETNAMEINFO_TYPE_ARG46 size_t