This commit is contained in:
Daniel Stenberg 2005-11-12 22:13:20 +00:00
parent 9ef7a13403
commit d58790af17
1 changed files with 1 additions and 1 deletions

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 */