1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00
This commit is contained in:
Daniel Stenberg 2005-11-12 22:13:20 +00:00
parent 9ef7a13403
commit d58790af17

View File

@ -28,7 +28,7 @@
#ifdef HAVE_STRUCT_SOCKADDR_STORAGE
struct Curl_sockaddr_storage {
struct sockaddr_storage buffer;
}
};
#else
struct Curl_sockaddr_storage {
char buffer[256]; /* this should be big enough to fit a lot */