diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-14 09:51:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-14 09:51:35 +0000 |
commit | b8c69928db2a5cf62dda7c4938b5a5d8141decf4 (patch) | |
tree | fca69f8cfd3ac16e6a1e8f1cd73950f8e6d4411c | |
parent | b73746ae435a6dabae4c1ca025d246678d2acc79 (diff) |
geez, I'd ruined Nico's socklen_t define, corrected it now
-rwxr-xr-x | config-vms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-vms.h b/config-vms.h index 7969fed06..cb8fb60c6 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 |