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:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yang Tse
					Yang Tse