Commit ddab9bd2 authored by Yang Tse's avatar Yang Tse
Browse files

Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS.

http://curl.haxx.se/mail/lib-2009-12/0293.html
parent eff18763
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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