portabilty: use proper variable type to hold sockets
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Sep 2010 22:02:54 +0000 (00:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Sep 2010 22:02:54 +0000 (00:02 +0200)
commitc6fa1952a14ba2fa14f4a3483f1f573560ef3133
tree08c88f75e74eb8e8f969234000579e25e76584f2
parentd47bd396cecd755c5f88d1e0c7b82a81bca8bd83
portabilty: use proper variable type to hold sockets

Curl_getconnectinfo() is changed to return a proper curl_socket_t for
the last socket so that it'll work more portably (and cause less
compiler warnings).
lib/connect.c
lib/connect.h
lib/easy.c
lib/getinfo.c
lib/url.c