diff options
Diffstat (limited to 'packages/vms/config-vms.h')
| -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 | 
