IPv6-adjustments

This commit is contained in:
Daniel Stenberg
2001-02-21 17:15:09 +00:00
parent 46e0937263
commit da06a6e7e3
4 changed files with 28 additions and 25 deletions

View File

@@ -218,7 +218,8 @@ struct connectdata {
#define PROT_FILE (1<<8)
#ifdef ENABLE_IPV6
struct addrinfo *res;
struct addrinfo *hp; /* host info pointer list */
struct addrinfo *ai; /* the particular host we use */
#else
char *hostent_buf; /* pointer to allocated memory for name info */
struct hostent *hp;