From: Daniel Stenberg Date: Tue, 14 Aug 2001 09:51:35 +0000 (+0000) Subject: geez, I'd ruined Nico's socklen_t define, corrected it now X-Git-Tag: curl-7_8_1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8c69928db2a5cf62dda7c4938b5a5d8141decf4;p=thirdparty%2Fcurl.git geez, I'd ruined Nico's socklen_t define, corrected it now --- diff --git a/config-vms.h b/config-vms.h index 7969fed06d..cb8fb60c6c 100755 --- a/config-vms.h +++ b/config-vms.h @@ -56,7 +56,7 @@ #undef ssize_t /* Define this to 'int' if socklen_t is not an available typedefed type */ -#undef socklen_t size_t +#define socklen_t size_t /* Define this as a suitable file to read random data from */ #undef RANDOM_FILE