oops
authorDaniel Stenberg <daniel@haxx.se>
Sat, 12 Nov 2005 22:12:42 +0000 (22:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Nov 2005 22:12:42 +0000 (22:12 +0000)
lib/sockaddr.h

index 1d6a1f4..e5c5468 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "setup.h"
 
-#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
+#ifdef HAVE_STRUCT_SOCKADDR_STORAGE
 struct Curl_sockaddr_storage {
   struct sockaddr_storage buffer;
 }