diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:37:32 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:37:32 +0000 |
commit | 9137e717b04644592b9b527839470337fdd9f44d (patch) | |
tree | e7b9af9f3d06915f4900238ff4f5a077fb05810b /packages/vms | |
parent | 80186aa7f44ed5155665d96336b508403b3d4a03 (diff) | |
download | curl-9137e717b04644592b9b527839470337fdd9f44d.tar.gz |
Use build-time configured curl_socklen_t instead of socklen_t
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/config-vms.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 646ee9921..88be0466f 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -25,9 +25,6 @@ /* Define if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 -/* Type to use in place of socklen_t when system does not provide it. */ -#define socklen_t size_t - /* The number of bytes in a long double. */ #define SIZEOF_LONG_DOUBLE 8 @@ -287,7 +284,7 @@ #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * /* Define to the type of arg 2 for getnameinfo. */ -#define GETNAMEINFO_TYPE_ARG2 socklen_t +#define GETNAMEINFO_TYPE_ARG2 unsigned int /* Define to the type of args 4 and 6 for getnameinfo. */ #define GETNAMEINFO_TYPE_ARG46 size_t |